Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cake"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BEB",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:bucket",
|
||||
"data": 1
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:egg"
|
||||
}
|
||||
},
|
||||
"result": [
|
||||
{ "item": "minecraft:cake" },
|
||||
{ "item": "minecraft:bucket", "count": 3, "data": 0 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user