Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:barrel_from_warped_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"A A",
|
||||
"ABA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "warped_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:barrel",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user