Files
minecraft-assets/data/minecraft/recipe/barrel.json
2024-05-29 18:31:30 +02:00

21 lines
300 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"tag": "minecraft:planks"
},
"S": {
"tag": "minecraft:wooden_slabs"
}
},
"pattern": [
"PSP",
"P P",
"PSP"
],
"result": {
"count": 1,
"id": "minecraft:barrel"
}
}