Files
minecraft-assets/data/minecraft/recipe/crafter.json
2025-03-12 18:31:32 +01:00

19 lines
330 B
JSON

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