Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Extractor

Importing the Package

mods.techreborn.extractor

Adding Recipes

script.zs
mods.techreborn.extractor.addRecipe(IItemStack output, IIngredient input1, int ticktime, int euTick);

Removing Recipes

script.zs
mods.techreborn.extractor.removeInputRecipe(IIngredient ingredient);
mods.techreborn.extractor.removeRecipe(IItemStack output);
mods.techreborn.extractor.removeAll();