minecraft-src/data/minecraft/recipe/dispenser.json
2025-07-04 02:00:41 +03:00

18 lines
No EOL
292 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": "minecraft:cobblestone",
"R": "minecraft:redstone",
"X": "minecraft:bow"
},
"pattern": [
"###",
"#X#",
"#R#"
],
"result": {
"count": 1,
"id": "minecraft:dispenser"
}
}