#Name: smelting.zs #Author: Feed the Beast print("Initializing 'smelting.zs'..."); #remove rubber furnace.remove(); #remove refined iron furnace.remove(); #mods.thermalexpansion.RedstoneFurnace.removeRecipe(); mods.thermalexpansion.InductionSmelter.removeRecipe(, ); #remove silicon furnace.remove(); furnace.remove(); #mods.thermalexpansion.RedstoneFurnace.removeRecipe(); #mods.thermalexpansion.RedstoneFurnace.removeRecipe(); print("Initialized 'smelting.zs'");