Files
minecraft-assets/data/minecraft/recipes/raw_iron_block.json
2022-11-16 18:37:49 +01:00

17 lines
245 B
JSON

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