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

17 lines
234 B
JSON

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