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:smoker_from_crimson_stem"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_stem"
|
||||
},
|
||||
"B": {
|
||||
"item": "furnace"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "smoker",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user