#priority 2600 /* SevTech: Ages OreDict Plactic 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; /* Plastics */ var coloredPlastics as IItemStack[string] = { black: , red: , green: , brown: , blue: , purple: , cryan: , lightGray: , gray: , pink: , lime: , yellow: , lightBlue: , magenta: , orange: , white: }; for color, plastic in coloredPlastics { oreDict.get("plastic" + color).remove(plastic); .add(plastic); oreDict.get("plasticColored" + color).add(plastic); }