#Name: ic2.zs #Author: Feed the Beast #add uu-matter recipe for platnium ore recipes.addShaped(, [[null, , ],[, , ], [, , ]]); #adv lappack recipe recipes.remove(); recipes.remove(.withTag({charge: 3000000.0})); recipes.addShaped(, [[null, .anyDamage(), null],[null, , null], [null, .anyDamage(), null]]); #ultimate lappack recipe recipes.remove(); recipes.remove(.withTag({charge: 6.0E7})); recipes.addShaped(, [[.anyDamage(), , .anyDamage()],[.anyDamage(), .anyDamage(), .anyDamage()], [.anyDamage(), , .anyDamage()]]); #remove unused batpacks mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); #remove drills and chainsaws in favor of TR mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); #remove Iridium Reinforced Plate recipe and force through inmpolosion compressor recipes.remove(); #swap between iridium reinforced plates recipes.addShapeless(, []); recipes.addShapeless(, []); #remove empty cell recipes.remove(); recipes.addShapeless(, []); recipes.addShapeless(, []); #switch between advanced alloys recipes.addShapeless(, []); recipes.addShapeless(, []); #rubber to plastic furnace.addRecipe(, , 0.0); furnace.addRecipe(, , 0.0); #crushed ore smelting furnace.addRecipe(, , 0.0); furnace.addRecipe(, , 0.0); furnace.addRecipe(, , 0.0); furnace.addRecipe(, , 0.0); furnace.addRecipe(, , 0.0); furnace.addRecipe(, , 0.0); #iridium neutron reflector recipes.remove(); recipes.addShaped(, [[, , ],[, , ], [, , ]]); #remove nano saber in favor of TR mods.jei.JEI.removeAndHide(); #thick neutron reflector recipes.remove(); recipes.addShaped(.withTag({advDmg: 0}), [[null, .withTag({advDmg: 0}).onlyWithTag({advDmg: 0}), null],[.withTag({advDmg: 0}).onlyWithTag({advDmg: 0}), .withTag({Fluid: {FluidName: "fluidberylium", Amount: 1000}}).onlyWithTag({Fluid: {FluidName: "fluidberylium", Amount: 1000}}), .withTag({advDmg: 0}).onlyWithTag({advDmg: 0})], [null, .withTag({advDmg: 0}).onlyWithTag({advDmg: 0}), null]]); #adjust tin can recipe output recipes.remove(); recipes.addShaped( * 4, [[null, null, null],[, null, ], [, , ]]); #fix thick neutron reflector recipes.remove(); recipes.addShaped(, [[null, , null],[, .withTag({Fluid: {FluidName: "fluidberylium", Amount: 1000}}), ],[null, , null]]); #nuke recipes.remove(); recipes.addShaped(, [[, , ],[, , ], [, , ]]); #remove mass fab in favor of matter fab mods.jei.JEI.removeAndHide();