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

18 lines
266 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "bark",
"key": {
"#": {
"item": "minecraft:acacia_log"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 3,
"item": "minecraft:acacia_wood"
}
}