Files
minecraft-assets/data/minecraft/recipes/raw_iron_block.json
2022-06-08 13:07:58 +02:00

16 lines
219 B
JSON

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