Files
minecraft-assets/data/minecraft/recipes/stripped_jungle_wood.json
2022-05-25 18:38:34 +02:00

17 lines
258 B
JSON

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