minecraft-assets/data/minecraft/recipes/barrel.json

20 lines
286 B
JSON

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