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

20 lines
290 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:planks"
},
"@": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"@@",
"##",
"##"
],
"result": {
"item": "minecraft:smithing_table"
}
}