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

Solid Canning Machine

Importing the Package

mods.techreborn.solidCanningMachine

Adding Recipes

script.zs
mods.techreborn.solidCanningMachine.addRecipe(IItemStack output1, IIngredient input1, IIngredient input2, int ticktime, int euTick);

Removing Recipes

script.zs
mods.techreborn.solidCanningMachine.removeRecipe(IItemStack output);
mods.techreborn.solidCanningMachine.removeAll();