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

Grinder

Importing the Package

mods.techreborn.grinder

Adding Recipes

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

Removing Recipes

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