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

18 lines
274 B
JSON

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