Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/BloodMagic/meteors/EldritchMeteor.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
21 changes: 21 additions & 0 deletions config/BloodMagic/meteors/Meateor.json
Original file line number Diff line number Diff line change
@@ -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
}
23 changes: 23 additions & 0 deletions config/BloodMagic/meteors/SludgeBoiler.json
Original file line number Diff line number Diff line change
@@ -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
}
17 changes: 17 additions & 0 deletions config/BloodMagic/meteors/TaintedMeteor.json
Original file line number Diff line number Diff line change
@@ -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
}