Files
minecraft-assets/data/minecraft/recipes/raw_iron_block.json
2022-05-18 18:37:27 +02:00

16 lines
219 B
JSON

{
"type": "minecraft:crafting_shaped",
"key": {
"#": {
"item": "minecraft:raw_iron"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "minecraft:raw_iron_block"
}
}