You've already forked minecraft-assets
Create/Update assets for version 18w50a
This commit is contained in:
19
data/minecraft/recipes/barrel.json
Normal file
19
data/minecraft/recipes/barrel.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"PSP",
|
||||
"P P",
|
||||
"PSP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"S": {
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:barrel"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user