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

19 lines
279 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stone"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
" I ",
"###"
],
"result": {
"item": "minecraft:stonecutter"
}
}