Files
minecraft-assets/data/minecraft/recipes/oak_planks.json
2022-06-29 18:37:59 +02:00

13 lines
205 B
JSON

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