diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/barrel.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/barrel.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/barrel.json b/minecrafttrivia/mcdata/recipes/barrel.json new file mode 100644 index 0000000..4cdf148 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/barrel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PSP", + "P P", + "PSP" + ], + "key": { + "P": { + "tag": "minecraft:planks" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "minecraft:barrel" + } +}
\ No newline at end of file |