add first patch
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#B#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "species:wicked_wax"
|
||||
},
|
||||
"B": {
|
||||
"item": "gag:sacred_salve"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "species:wicked_dope",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": ["###", "#M#", "###"],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "botania:mana_string"
|
||||
},
|
||||
"M": {
|
||||
"item": "species:wicked_wax"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "species:wicked_mask",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "species:wicked_wax"
|
||||
},
|
||||
{
|
||||
"item": "numismatics:crown"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "species:wicked_swapper",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user