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

17 lines
238 B
JSON

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