#Name: tinkers.zs #Author: Feed the Beast print("Initializing 'tinkers'..."); //Ex Nihilo Ores In Smeltery //mods.tconstruct.Smeltery.addMelting( * 288, , 200, ); //mods.tconstruct.Smeltery.addMelting( * 144, , 100, ); //mods.tconstruct.Smeltery.addMelting( * 288, , 200, ); //mods.tconstruct.Smeltery.addMelting( * 144, , 100, ); //mods.tconstruct.Smeltery.addMelting( * 288, , 200, ); //mods.tconstruct.Smeltery.addMelting( * 144, , 100, ); //mods.tconstruct.Smeltery.addMelting( * 288, , //200, ); //mods.tconstruct.Smeltery.addMelting( * 144, , //100, ); //mods.tconstruct.Smeltery.addMelting( * 288, , //200, ); //mods.tconstruct.Smeltery.addMelting( * 144, , //100, ); mods.tconstruct.Smeltery.addMelting( * 288, , 200); mods.tconstruct.Smeltery.addMelting( * 144, , 100); mods.tconstruct.Smeltery.addMelting( * 288, , 200); mods.tconstruct.Smeltery.addMelting( * 144, , 100); mods.tconstruct.Smeltery.addMelting( * 288, , 200); mods.tconstruct.Smeltery.addMelting( * 144, , 100); //mods.tconstruct.Smeltery.addMelting( * 288, , //200, ); //mods.tconstruct.Smeltery.addMelting( * 144, , 100, ); //Blue Slime Additions mods.tconstruct.Smeltery.addMelting( * 125, , 200); mods.tconstruct.Smeltery.addMelting( * 250, , 200); mods.tconstruct.Casting.addBasinRecipe(, * 500, null, false, 20); //Remove Bucket Exploit mods.tconstruct.Smeltery.removeMelting(); //Compressed Block Smelting mods.tconstruct.Smeltery.addMelting( * 648, , 200); mods.tconstruct.Smeltery.addMelting( * 5832, , 350); mods.tconstruct.Smeltery.addMelting( * 52488, , 500); mods.tconstruct.Smeltery.addMelting( * 472392, , 650); mods.tconstruct.Smeltery.addMelting( * 4251528, , 800); mods.tconstruct.Smeltery.addMelting( * 38263752, , 950); //Adds Dirt Melting To Smeltery mods.tconstruct.Smeltery.addMelting( * 648, , 200); mods.tconstruct.Smeltery.addMelting( * 5832, , 350); mods.tconstruct.Smeltery.addMelting( * 52488, , 500); mods.tconstruct.Smeltery.addMelting( * 472392, , 650); //Other Items to be Smelted Down mods.tconstruct.Smeltery.addMelting( * 648, , 400); mods.tconstruct.Smeltery.addMelting( * 540, , 400); mods.tconstruct.Smeltery.addMelting( * 648, , 400); mods.tconstruct.Smeltery.addMelting( * 288, , 400); mods.tconstruct.Smeltery.addMelting( * 288, , 400); mods.tconstruct.Smeltery.addMelting( * 576, , 400); mods.tconstruct.Smeltery.addMelting( * 1008, , 400); mods.tconstruct.Smeltery.addMelting( * 432, , 400); mods.tconstruct.Smeltery.addMelting( * 1152, , 400); mods.tconstruct.Smeltery.addMelting( * 1584, , 400); mods.tconstruct.Smeltery.addMelting( * 144, , 400); mods.tconstruct.Smeltery.addMelting( * 432, , 400); mods.tconstruct.Smeltery.addMelting( * 720, , 400); //New Fuels For Smeltery //InputFluid, TemperatureAmount, Time in Ticks mods.tconstruct.Smeltery.addFuel(); mods.tconstruct.Smeltery.addFuel(); mods.tconstruct.Smeltery.addFuel(); mods.tconstruct.Smeltery.addFuel(); print("Initialized 'tinkers'");