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

Distillation Tower

Importing the Package

mods.techreborn.distillationTower

Adding Recipes

script.zs
mods.techreborn.distillationTower.addRecipe(IItemStack output1, IItemStack output2, IItemStack output3, IItemStack output4, IIngredient input1, IIngredient input2, int ticktime, int euTick);

Removing Recipes

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