Files
minecraft-assets/data/minecraft/recipes/jungle_wood.json
2022-08-03 18:27:40 +02:00

17 lines
240 B
JSON

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