diff --git a/config/BloodMagic/meteors/EldritchMeteor.json b/config/BloodMagic/meteors/EldritchMeteor.json index b8cb067..0925903 100644 --- a/config/BloodMagic/meteors/EldritchMeteor.json +++ b/config/BloodMagic/meteors/EldritchMeteor.json @@ -1,10 +1,12 @@ { + "comment": "Ore order: Ancient Stone, Ancient Rock, Crusted Stone, Glowing Crusted Stone, Glyphed Stone, Obsidian Totem, Ancient Stone Pedestal", "ores": [ "Thaumcraft:blockCosmeticSolid:11:100", "Thaumcraft:blockCosmeticSolid:12:10", "Thaumcraft:blockCosmeticSolid:14:50", "Thaumcraft:blockEldritch:4:30", "Thaumcraft:blockEldritch:5:10", + "Thaumcraft:blockCosmeticSolid:0:10", "Thaumcraft:blockCosmeticSolid:15:1" ], "radius": 5, diff --git a/config/BloodMagic/meteors/Meateor.json b/config/BloodMagic/meteors/Meateor.json new file mode 100644 index 0000000..ac12ea6 --- /dev/null +++ b/config/BloodMagic/meteors/Meateor.json @@ -0,0 +1,21 @@ +{ + "comment": "Ore order: Raw Meat Block, Cooked Meat Block, Hambone, Block of Flesh, Bone Block, Blood (Fluid). Focus item: Pink Slime Crystal", + "ores": [ + "MineFactoryReloaded:brick:12:20", + "MineFactoryReloaded:brick:13:30", + "TConstruct:MeatBlock:0:10", + "Thaumcraft:blockTaint:2:10", + "etfuturum:bone:0:5", + "TConstruct:liquid.blood:0:5", + "MineFactoryReloaded:pinkslime.still:0:5" + ], + "filler": [ + "chisel:chisel.hellrock:10:10", + "chisel:chisel.hellrock:11:10", + "chisel:chisel.hellrock:12:10" + ], + "radius": 5, + "cost": 5000000, + "focusItem": "MineFactoryReloaded:pinkslime:1", + "fillerChance": 65 +} \ No newline at end of file diff --git a/config/BloodMagic/meteors/SludgeBoiler.json b/config/BloodMagic/meteors/SludgeBoiler.json new file mode 100644 index 0000000..30508d1 --- /dev/null +++ b/config/BloodMagic/meteors/SludgeBoiler.json @@ -0,0 +1,23 @@ +{ + "ores": [ + "minecraft:sand:0:50", + "minecraft:clay:0:30", + "minecraft:dirt:1:30", + "minecraft:dirt:0:10", + "minecraft:gravel:0:10", + "minecraft:sand:1:5", + "minecraft:soul_sand:0:5", + "minecraft:mycelium:0:3", + "minecraft:dirt:2:2", + "minecraft:netherrack:0:1", + "Natura:heatsand:0:5", + "Natura:soil.tainted:0:5" + ], + "filler": [ + "MineFactoryReloaded:sludge.still:0:1" + ], + "radius": 10, + "cost": 1000000, + "focusItem": "MineFactoryReloaded:machine.0:9", + "fillerChance": 1 +} \ No newline at end of file diff --git a/config/BloodMagic/meteors/TaintedMeteor.json b/config/BloodMagic/meteors/TaintedMeteor.json new file mode 100644 index 0000000..a6ee1cc --- /dev/null +++ b/config/BloodMagic/meteors/TaintedMeteor.json @@ -0,0 +1,17 @@ +{ + "comment": "Ore order: Crusted Taint, Tainted Soil, Tainted Leaves.", + "ores": [ + "Thaumcraft:blockTaint:0:30", + "Thaumcraft:blockTaint:1:20", + "ForbiddenMagic:TaintLeaves:4:10", + "Thaumcraft:blockFluxGoo:8:5" + ], + "filler": [ + "ForbiddenMagic:TaintBlock:0:10", + "Natura:soil.tainted:0:8" + ], + "radius": 50, + "cost": 100000000, + "focusItem": "Thaumcraft:ItemBottleTaint", + "fillerChance": 65 +} \ No newline at end of file