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

21 lines
No EOL
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"
}
}