Files
minecraft-assets/data/minecraft/recipes/raw_iron_block.json
2021-04-14 18:32:33 +00:00

16 lines
219 B
JSON

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