//Created by *error user name found* --- import mods.nei.NEI; // --- Variables --- val Saw = ;//--10 val HHammer = ;//--12 val SHammer = ;//--14 val Wrench = ;//--16 val File = ;//--18 val Screwdriver = ;//--22 val Mortar = ;//--24 val Knife = ;//--34 val WireCutter = ;//--?? val BronzeCrucible = ; //-- val IHLGrind = ; //-- // HHammer.add(IHLGrind); //-- File.add(IHLGrind); //-- Mortar.add(IHLGrind); val IHLHammer = ; recipes.remove(IHLHammer); val IHLChisel = ; recipes.remove(IHLChisel); val IHLKnife = ; recipes.remove(IHLKnife); recipes.addShaped(IHLHammer.withTag({"GT.ToolStats": {MaxDamage: 51200}}), [ [, null, null], [, Knife, null], [null, null, null]]); recipes.addShaped(IHLChisel.withTag({"GT.ToolStats": {MaxDamage: 51200}}), [ [, null, null], [, File, null], [null, null, null]]); recipes.addShaped(IHLKnife.withTag({"GT.ToolStats": {MaxDamage: 19200}}), [ [, File, null], [, HHammer, null], [null, null, null]]); val IHLHammerhead = ; recipes.remove(IHLHammerhead); NEI.hide(IHLHammerhead); val IHLChiselhead = ; recipes.remove(IHLChiselhead); NEI.hide(IHLChiselhead); val IHLKnifehead = ; recipes.remove(IHLKnifehead); NEI.hide(IHLKnifehead); val IHLBronzeTub = ; recipes.addShapeless(IHLBronzeTub, [BronzeCrucible]); recipes.addShapeless(BronzeCrucible, [IHLBronzeTub]); //-- Req. MTUtils at //-- "http://forum.industrial-craft.net/index.php?page=Thread&threadID=12095&s=44138faa40342fad4df1ce373825fb4d10095f5b" import mods.MTUtils.MTUtilsGT; //-- Fine Steel wire -> 18 Tiny Steel Bars MTUtilsGT.addCustomRecipe("sWiremillRecipes",true, 16, 36, [10000], [], null, null, []);