mc_rebalance_datapack/data/minecraft/recipes/dispenser.json

17 lines
328 B
JSON
Raw Permalink Normal View History

2025-09-06 00:32:00 +00:00
{
2025-09-07 16:33:38 +00:00
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {"tag": "minecraft:stone_crafting_materials"},
"R": {"item": "minecraft:glowstone_dust"},
"X": {"item": "minecraft:bow"}
},
"pattern": [
"###",
"#X#",
"#R#"
],
"result": {"item": "minecraft:dispenser"},
"show_notification": true
2025-09-06 00:32:00 +00:00
}