#priority 2600 /* SevTech: Ages OreDict Tools Script. Note: These scripts are created and for the usage in SevTech: Ages and other modpacks curated by DarkPacks. You can use these scripts for reference and for learning but not for copying and pasting and claiming as your own. */ import crafttweaker.item.IItemStack; /* Shears */ var shears as IItemStack[] = [ , , , , , , , , , , , ]; for shear in shears { .add(shear); .add(shear); } /* Actually Additions Drills */ for i in 0 to 16 { var drill = .definition.makeStack(i); .add(drill); } // Knightminer made me do it! XD .add(); .add(); // AE Wrenches .add(); .add(); // Certus Quartz Charged (This is for IE Excavator support) .add();