Files
minecraft-assets/data/minecraft/recipes/oak_planks.json
2024-04-22 09:53:17 +02:00

14 lines
229 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "planks",
"ingredients": [
{
"tag": "minecraft:oak_logs"
}
],
"result": {
"count": 4,
"id": "minecraft:oak_planks"
}
}