Files
minecraft-assets/data/minecraft/recipe/barrel.json
2024-11-20 18:31:23 +01:00

17 lines
260 B
JSON

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