mc_rebalance_datapack/data/minecraft/recipes/dropper.json

22 lines
336 B
JSON
Raw Normal View History

2025-09-06 00:32:00 +00:00
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
}
},
"pattern": [
"###",
"# #",
"#R#"
],
"result": {
"item": "minecraft:dropper"
},
"show_notification": true
}