Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_soul_sand_and_log2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_sand"
|
||||
},
|
||||
"C": {
|
||||
"item": "log2"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user