mc_rebalance_datapack/data/minecraft/recipes/dispenser.json

25 lines
386 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
},
"X": {
"item": "minecraft:bow"
}
},
"pattern": [
"###",
"#X#",
"#R#"
],
"result": {
"item": "minecraft:dispenser"
},
"show_notification": true
}