Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:enchanting_table"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" B ",
|
||||
"D#D",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "minecraft:book"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:obsidian"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:enchanting_table"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user