minecraft-assets/data/minecraft/recipes/raw_iron_block.json

17 lines
245 B
JSON

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