minecraft-src/data/minecraft/recipe/stripped_dark_oak_wood.json
2025-07-04 01:41:11 +03:00

18 lines
No EOL
286 B
JSON

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