#priority 2600 /* SevTech: Ages OreDict Mod 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; import crafttweaker.oredict.IOreDictEntry; // Usage: : var oreDictChiselPairs as IOreDictEntry[IItemStack] = { : , : , : , : , : , : , : , : , : , : , : , : , : , : , : , : , : , : }; for chiselBlock, oreDict in oreDictChiselPairs { for chiselBlockSubItem in chiselBlock.definition.subItems { oreDict.remove(chiselBlockSubItem); } }