Files
minecraft-assets/data/minecraft/recipes/stripped_oak_wood.json
2022-07-20 18:37:37 +02:00

17 lines
252 B
JSON

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