#priority 2600 /* SevTech: Ages OreDict Other 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; /* Misc */ .add(); // Due to this, adobe will be crafted using compost rather than dung // Doing it this way allows the full range of adobe to be crafted // See https://ftb.gamepedia.com/Adobe .remove(); .add(); .remove(); .add(); .add(); .add(); .add(); .add(); .add(); .add(); // AS Crystal .add(); .add(); .add(); // Hide .remove(); .remove(); // Fiery bottles .add(); .add(); // Natura oredicts glass wrong .remove(); .remove(); .add(); // Sulfur .remove(); .add(); //Processors .add(); .add(); .add(); // Quartz Dust .add(); //Certus Quartz .remove(); // No need for two nether quartz dusts .remove(); // same as above // Add BWM Diamond Nugget to be removed in unification .add(); // Remove Cut Leather oredict .remove(); .remove(); // The Betweenlands .add(); .add(); .add(); .add(); .add(); .add(); .add(); .add(); // Cobblestone Slab .add(); .add(); .add(); .add(); // String .add(); // Fibre Torch .add(); .add(); .add(); // Someone removed this. So let's add it back! for item in .definition.subItems { .add(item); } .add(); //Volarleaves added to lily pad ore dict .add();