// --- Created DreamMasterXXL --- // --- Imports --- import mods.gregtech.Centrifuge; import mods.ic2.Compressor; import mods.gregtech.CuttingSaw; import mods.gregtech.Lathe; import mods.gregtech.Pulverizer; // --- Variables --- // --- Remove Recipes --- // --- Blood Infused Iron Block recipes.remove(); // --- Blood Infused Iron Ingot recipes.remove(); // --- Bound Sickel mods.bloodmagic.Binding.removeRecipe(); // --- Bound Bow mods.bloodmagic.Binding.removeRecipe(); // --- Blood Infused Wood mods.bloodmagic.Altar.removeRecipe(); // --- Blood Infused Planks recipes.remove(); // --- Blood Infused Sticks recipes.remove(); // --- Blood Stained Glass recipes.remove(); // --- Blood Infused Ice recipes.remove(); // --- Blood Infused Pack Ice recipes.remove(); // --- Blood Infused Iron Block mods.bloodmagic.Altar.removeRecipe(); // --- Blood Infused Glow Stone recipes.remove(); // --- Blood Infused Diamond Block recipes.remove(); // --- Bound Igniter mods.bloodmagic.Binding.removeRecipe(); // --- Bound Shears mods.bloodmagic.Binding.removeRecipe(); // --- Blood Lamp recipes.remove(); // --- Life Infuser recipes.remove(); // --- Life Essence Materializer recipes.remove(); // --- Soul Compacter recipes.remove(); // --- Blood Infused Wooden Pickaxe recipes.remove(); // --- Blood Infused Wooden Axe recipes.remove(); // --- Blood Infused Wooden Shovel recipes.remove(); // --- Blood Infused Wooden Sword recipes.remove(); // --- Blood Infused Iron Pickaxe recipes.remove(); // --- Blood Infused Iron Axe recipes.remove(); // --- Blood Infused Iron Shovel recipes.remove(); // --- Blood Infused Iron Sword recipes.remove(); // --- Blood Infused Diamond Pickaxe recipes.remove(); // --- Blood Infused Diamond Axe recipes.remove(); // --- Blood Infused Diamond Shovel recipes.remove(); // --- Blood Infused Diamond Sword recipes.remove(); // --- Blood Diamond recipes.remove(); // --- Blood Infused Diamond Active mods.bloodmagic.Altar.removeRecipe(); // --- Blood Infused Glowstone mods.bloodmagic.Altar.removeRecipe(); // --- Blood Burned String recipes.remove(); // --- Blood Mony x4 recipes.remove(); // --- Blood Mony x16 recipes.remove(); // --- Blood Mony x64 recipes.remove(); // --- Life Imbued Helm recipes.remove(); // --- Life Imbued Chestplate recipes.remove(); // --- Life Imbued Leggings recipes.remove(); // --- Life Imbued Boots recipes.remove(); // --- Amorphic Catalyst recipes.remove(); // --- Transparent Orb recipes.remove(); // --- Sigil of Augmented Holding recipes.remove(); // --- Sigil of Lightning recipes.remove(); // --- Sigil of Swimming recipes.remove(); // --- Ender Sigil recipes.remove(); // --- Sigil of Divinity recipes.remove(); // --- Amulet of Self Sacrifice recipes.remove(); // --- Amulet of Sacrifice recipes.remove(); // --- Empowered Amulet of Sacrifice recipes.remove(); // --- Empowered Amulet of Self Sacrifice recipes.remove(); // --- Glass Sacrificial Dagger recipes.remove(); // --- Glass Dagger of Sacrifice recipes.remove(); // --- Vampire Ring recipes.remove(); // --- Soul Fragment mods.bloodmagic.Altar.removeRecipe(); // --- Blood Infused Pickaxe Head mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Shovel Head mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Axe Head mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Large Plate mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Large Tool Rod mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Large Binding mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Sward Blade mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Wild Guard mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Hand Guard mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Cross Bar mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Knife Blade mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Frying Pan mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Sign mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Chisel Head mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Large Axe Head mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Excavator mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Large Sword Blade mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Hammer Head mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Arrow Head mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Shuriken mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Bow Limb mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Cross Bow Limb mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Cross Bow mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Full Guard mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Scythe Blade mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Binding mods.tconstruct.Casting.removeTableRecipe(); // --- Blood Infused Tool Rod mods.tconstruct.Casting.removeTableRecipe(); // --- Adding Recipes --- // --- Orb Recipes --- // --- Blood Lamp recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Wooden Pickaxe mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Wooden Axe mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Wooden Shovel mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [null, , null]]); // --- Blood Infused Wooden Sword mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [null, , null]]); // --- Blood Infused Iron Pickaxe mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Iron Axe mods.bloodmagic.BloodOrb.addShaped(, [ [,, ], [, , ], [, , ]]); // --- Blood Infused Iron Shovel mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Iron Sword mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Diamond Pickaxe mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Diamond Axe mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Diamond Shovel mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Blood Infused Diamond Sword mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Amulet of Self Sacrifice mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Amulet of Sacrifice mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Empowered Amulet of Sacrifice mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Empowered Amulet of Self Sacrifice mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Glass Sacrificial Dagger mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Glass Dagger of Sacrifice mods.bloodmagic.BloodOrb.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Vampire Ring mods.bloodmagic.BloodOrb.addShaped(, [ [, , null], [, , ], [, , null]]); // --- Altar Recipes --- // --- Blood Infused Wood mods.bloodmagic.Altar.addRecipe(, , 2, 5000); // - mods.bloodmagic.Altar.addRecipe(, , 2, 5000); // - mods.bloodmagic.Altar.addRecipe(, , 2, 5000); // - mods.bloodmagic.Altar.addRecipe(, , 2, 5000); // - mods.bloodmagic.Altar.addRecipe(, , 2, 5000); // - mods.bloodmagic.Altar.addRecipe(, , 2, 5000); // --- Blood Stained Glass mods.bloodmagic.Altar.addRecipe(, , 1, 200); // --- Blood Infused Ice mods.bloodmagic.Altar.addRecipe(, , 1, 400); // --- Blood Infused Pack Ice mods.bloodmagic.Altar.addRecipe(, , 1, 600); // --- Blood Infused Iron Block mods.bloodmagic.Altar.addRecipe(, , 4, 64000); // --- Blood Infused Glow Stone mods.bloodmagic.Altar.addRecipe(, , 4, 28000); // --- Blood Infused Diamond Active mods.bloodmagic.Altar.addRecipe(, , 4, 120000); // --- Blood Diamond mods.bloodmagic.Altar.addRecipe(, , 4, 12000); // --- Blood Infused Glowstone mods.bloodmagic.Altar.addRecipe(, , 3, 7000); // --- Blood Burned String mods.bloodmagic.Altar.addRecipe(, , 2, 5000); // --- Soul Fragment mods.bloodmagic.Altar.addRecipe(, , 4, 100000); // --- Binding Rituals // --- Bound Sickel mods.bloodmagic.Binding.addRecipe(, ); // --- Bound Bow mods.bloodmagic.Binding.addRecipe(, ); // --- Bound Igniter mods.bloodmagic.Binding.addRecipe(, ); // --- Bound Shears mods.bloodmagic.Binding.addRecipe(, ); // --- Centrifuge Recipes --- // --- Blood Money Centrifuge.addRecipe([, , , ], null, , null, null, [10000, 10000, 10000, 10000], 400, 30); // --- Blood Money x4 Centrifuge.addRecipe([, , , ], null, , null, null, [10000, 10000, 10000, 10000], 400, 30); // --- Blood Money x16 Centrifuge.addRecipe([, , , ], null, , null, null, [10000, 10000, 10000, 10000], 400, 30); // --- Compressor Recipes --- // --- Blood Mony x4 Compressor.addRecipe(, * 4); // --- Blood Mony x16 Compressor.addRecipe(, * 4); // --- Blood Mony x64 Compressor.addRecipe(, * 4); // --- Cuting Saw Recipes --- // --- Blood Infused Planks CuttingSaw.addRecipe( * 4, null, , * 10, 200, 120); // - CuttingSaw.addRecipe( * 4, null, , * 6, 200, 120); // - CuttingSaw.addRecipe( * 6, null, , * 2, 100, 120); // --- Lathe Recipes // --- Blood Infused Sticks Lathe.addRecipe([ * 2], , 20, 8); // --- Pulverizer Recipes --- // --- Blood Infused Diamond Block Pulverizer.addRecipe([], , [10000], 300, 2); // --- Blood Infused Iron Block Pulverizer.addRecipe([ * 9], , [10000], 300, 2);