Files
minecraft-assets/data/minecraft/recipes/barrel.json
2018-12-21 06:39:57 +00:00

19 lines
254 B
JSON

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