#Name: techReborn.zs #Author: Feed the Beast print("Initializing 'techReborn.zs'..."); #cables recipes.remove(); recipes.remove(); recipes.remove(); mods.jei.JEI.removeAndHide(); mods.immersiveengineering.MetalPress.addRecipe(, , , 4000); mods.immersiveengineering.MetalPress.addRecipe(, , , 4000); mods.immersiveengineering.MetalPress.addRecipe(, , , 4000); #insulated cables moved into eFab recipes.remove(); recipes.remove(); recipes.remove(); #circuits recipes.remove(); mods.actuallyadditions.Empowerer.addRecipe(, , , , , , 5000, 100); recipes.remove(); mods.actuallyadditions.Empowerer.addRecipe(, , , , , , 10000, 200); #iron furnance recipes.remove(); recipes.addShaped(, [[, , ], [, null, ], [, , ]]); #basic machine frame recipes.remove(); mods.immersiveengineering.MetalPress.addRecipe(, , , 4000); #remove bucket from rolling machine mods.techreborn.rollingMachine.removeRecipe(); #energy crystal recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #dragon egg energy siphon recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #solar panels #basic recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #hybrid recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #advanced recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #ultimate recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #quantum recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #small iron dust recipes.addShapeless(, [, , , ]); #small copper dust recipes.addShapeless(, [, , , ]); #refined iron plate mods.techreborn.compressor.addRecipe(, , 300, 20); mods.techreborn.compressor.addRecipe( * 9, , 300, 20); #constantan in alloy smelter mods.techreborn.alloySmelter.addRecipe( * 2, , , 300, 20); #force tungsten only in TR upgraded Blast Furnance mods.immersiveengineering.ArcFurnace.removeRecipe(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #machine casings recipes.remove(); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); #rolling machine dupe bugs mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); mods.techreborn.rollingMachine.removeRecipe(); #remove chrome from arc furnance mods.immersiveengineering.ArcFurnace.removeRecipe(); #phosphorous dust uses recipes.addShapeless(, [, , , ]); #manganese dust uses recipes.addShapeless(, [, , , ]); #wind mill recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #remove titanium pyrotheum recipe recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #add alum brass to alloy smelter mods.techreborn.alloySmelter.addRecipe(, , , 300, 20); #remove rubber from extractor #mods.techreborn.extractor.removeRecipe(); mods.techreborn.extractor.removeInputRecipe(); mods.techreborn.extractor.removeInputRecipe(); mods.techreborn.extractor.removeInputRecipe(); #mods.techreborn.extractor.removeInputRecipe(); #add uu-matter recipe for iridium ore recipes.addShaped(, [[, , ], [null, , null], [, , ]]); #alarm recipes.remove(); recipes.addShaped(, [[, , ],[, , ], [, , ]]); #incandescent lamp recipes.remove(); recipes.addShaped(, [[, , ],[, , ], [, , ]]); #UU-matter platium recipes.addShaped(, [[null, , ],[, , ], [, , ]]); print("Initialized 'techReborn.zs'");