Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cookie"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#X#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 3
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cookie",
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user