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

18 lines
257 B
JSON

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