#Name: Tinkers.zs #Author: Feed the Beast and Sunekaer print("Initializing 'Tinkers.zs'..."); //Other Items to be Smelted Down mods.tconstruct.Melting.addRecipe( * 648, , 400); mods.tconstruct.Melting.addRecipe( * 540, , 400); mods.tconstruct.Melting.addRecipe( * 648, , 400); //slimydirt recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); //Compressed Block Smelting mods.tconstruct.Melting.addRecipe( * 648, , 200); mods.tconstruct.Melting.addRecipe( * 5832, , 350); mods.tconstruct.Melting.addRecipe( * 52488, , 500); mods.tconstruct.Melting.addRecipe( * 472392, , 650); mods.tconstruct.Melting.addRecipe( * 4251528, , 800); mods.tconstruct.Melting.addRecipe( * 38263752, , 950); //Adds Dirt Melting To smeltery mods.tconstruct.Melting.addRecipe( * 648, , 200); mods.tconstruct.Melting.addRecipe( * 5832, , 350); mods.tconstruct.Melting.addRecipe( * 52488, , 500); mods.tconstruct.Melting.addRecipe( * 472392, , 650); recipes.remove(); recipes.addShaped(.withTag({textureBlock: {id: "minecraft:wooden_slab", Count: 1 as byte, Damage: 0 as short}}), [[, ]]); mods.tconstruct.Casting.addBasinRecipe(, null, , 1296, false, 200); mods.tconstruct.Casting.addBasinRecipe(, null, , 1296, false, 200); mods.tconstruct.Casting.addBasinRecipe(, null, , 1296, false, 200); print("Initialized 'Tinkers.zs'");