add first patch
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "species:iridium",
|
||||
"item": "minecraft:netherite_scrap",
|
||||
"block": "society:iridium_ore",
|
||||
"location": "#society:is_skull_cavern",
|
||||
"maxCount": 8,
|
||||
"spawnWeight": 5,
|
||||
"maxSpawnHeight": 282,
|
||||
"minSpawnHeight": 142
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "species:iridium",
|
||||
"item": "minecraft:netherite_scrap",
|
||||
"block": "society:iridium_ore",
|
||||
"location": "#society:is_skull_cavern",
|
||||
"maxCount": 16,
|
||||
"spawnWeight": 20,
|
||||
"maxSpawnHeight": 142
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "species:sparkstone",
|
||||
"item": "society:sparkstone",
|
||||
"block": "society:sparkstone_ore",
|
||||
"location": "#society:is_skull_cavern",
|
||||
"maxCount": 8,
|
||||
"spawnWeight": 5,
|
||||
"maxSpawnHeight": 282,
|
||||
"minSpawnHeight": 142
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "species:sparkstone",
|
||||
"item": "society:sparkstone",
|
||||
"block": "society:sparkstone_ore",
|
||||
"location": "#society:is_skull_cavern",
|
||||
"maxCount": 8,
|
||||
"spawnWeight": 10,
|
||||
"minSpawnHeight": 282
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "species:sparkstone",
|
||||
"item": "society:sparkstone",
|
||||
"block": "society:sparkstone_ore",
|
||||
"location": "#society:is_skull_cavern",
|
||||
"maxCount": 16,
|
||||
"spawnWeight": 20,
|
||||
"maxSpawnHeight": 142
|
||||
}
|
||||
@@ -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