#priority 2600 /* SevTech: Ages OreDict Food / Plants 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; // There shall be one and only one FLOUR! .remove(); .add(); // Add the salts so our recipe loops work correctly on load. .add(); .add(); .add(); .add(); .add(); .add(); // Adding these to the list because THEY ARE COOKED MEAT AND WERE NOT ADDED >:O .add(); .add(); .add(); .add(); .add(); .add(); .add(); .add(); .add(); .add(); .add(); .remove(); .remove(); .remove(); .remove(); .add(); .add(); .remove(); /* Seeds */ // IF YOU MAKE A SEED ADD IT TO THE ALLSEEDS LIST! >:() var seedOreDict = ; var seeds = [ , , , , , , , , , //, , , , , , , , , , , , , , , , , , , ] as IItemStack[]; for seed in seeds { seedOreDict.add(seed); }