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

Vacuum Freezer

Importing the Package

mods.techreborn.vacuumFreezer

Adding Recipes

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

Removing Recipes

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