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

27 lines
No EOL
418 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"C": {
"item": "minecraft:crafting_table"
},
"D": {
"item": "minecraft:dropper"
},
"R": {
"item": "minecraft:redstone"
}
},
"pattern": [
"###",
"#C#",
"RDR"
],
"result": {
"count": 1,
"id": "minecraft:crafter"
}
}