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

Industrial Electrolyzer

Importing the Package

mods.techreborn.industrialElectrolyzer

Adding Recipes

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

Removing Recipes

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