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

24 lines
No EOL
358 B
JSON

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