Industrial Electrolyzer

Link to industrial-electrolyzer

Importing the Package

Link to importing-the-package

mods.techreborn.industrialElectrolyzer

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

Removing Recipes

Link to removing-recipes

ZenScript
Copy
mods.techreborn.industrialElectrolyzer.removeInputRecipe(IIngredient ingredient);
mods.techreborn.industrialElectrolyzer.removeRecipe(IItemStack output);
mods.techreborn.industrialElectrolyzer.removeAll();