#Name: simplyJetpacks.zs #Author: Feed the Beast print("Initializing 'simplyJetpacks.zs'..."); #leadstone thruster recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, null, ]]); #hardened thruster recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #reinforced thruster recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #resonant thruster recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #fluxed thruster recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #remove flux chest plate (moved into efab) recipes.remove(); #glowstone elevation unit recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #flux packs //tier 1 recipes.remove(); recipes.addShaped(, [[, , ], [, , ]]); //tier 2 recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [, , ]]); //tier 3 recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [, , ]]); #armor //tier 1 recipes.remove(); mods.techreborn.rollingMachine.addShaped(, [[, , ], [, , ], [, , ]]); //tier 2 #mods.thermalexpansion.InductionSmelter.removeRecipe( * 10, ); mods.techreborn.blastFurnace.addRecipe(, , * 10, ,200,512,1500); //tier 3 #mods.thermalexpansion.InductionSmelter.removeRecipe( * 10, ); mods.techreborn.blastFurnace.addRecipe(, , * 10, ,400,512,2500); //tier 4 #mods.thermalexpansion.InductionSmelter.removeRecipe( * 10, ); mods.techreborn.blastFurnace.addRecipe(, , * 10, ,800,512,3500); print("Initialized 'simplyJetpacks.zs'");