#Name: InfinityPackWideChanges.zs #Author: Feed the Beast print("Initializing 'InfinityPackWideChanges.zs'..."); #Ore Dictionary Removal #BoP Flesh Block OD entry Removal to prevent exploit with MRF Meat Block crafting into 9 meat ingots val entry = ; entry.remove(); #Recipe Conflicts recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[null, , null], [, null, ], [, null, ]]); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); recipes.addShaped(, [[, , null], [null, null, null], [null, null, null]]); #Coal Coke Fix furnace.setFuel(, 32000); mods.railcraft.BlastFurnace.addFuel(); mods.railcraft.BlastFurnace.addFuel(); #Minecart Dupe Fix recipes.remove(); recipes.addShaped(,[[, null, ],[, , ],[null, null, null]]); #Quartz Fix .addAll(); .mirror(); #Bamboo Thatching Recipe val stickForCrop = ; .mirror(); stickForCrop.remove(); recipes.removeShaped(); recipes.addShaped( * 4,[[stickForCrop, stickForCrop],[stickForCrop, stickForCrop]]); #Tinker Unstable Parts mods.tconstruct.Casting.addTableRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 1152, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 576, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 720, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 216, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); #Biodiesel<->Forestry Ethanol mods.buildcraft.Refinery.addRecipe( * 10, 880, 1, *5, *5); mods.buildcraft.Refinery.addRecipe( * 10, 10, 1, *5, *5); #Recipe fix for Smooth blackstone -> Paved Blackstone recipes.removeShapeless(, []); recipes.addShapeless(, []); #Railcraft Tin Plate Fix val tin = ; mods.railcraft.Rolling.addShaped(, [[tin, tin, null], [tin, tin, null], [null, null, null]]); #Fix Electronine Bee Comb Drops mods.forestry.Centrifuge.addRecipe([ % 50, % 50, % 30], , 20); print("Initialized 'InfinityPackWideChanges.zs'");