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

19 lines
293 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "bark",
"key": {
"#": {
"item": "minecraft:birch_log"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 3,
"item": "minecraft:birch_wood"
},
"show_notification": true
}