minecraft-src/data/minecraft/recipe/stonecutter.json
2025-07-04 01:41:11 +03:00

20 lines
No EOL
293 B
JSON

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