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