Industrial Electrolyzer
Link to industrial-electrolyzer
Importing the Package
Link to importing-the-package
mods.techreborn.industrialElectrolyzer
Adding Recipes
Link to adding-recipes
ZenScript Copymods.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 Copymods.techreborn.industrialElectrolyzer.removeInputRecipe(IIngredient ingredient);
mods.techreborn.industrialElectrolyzer.removeRecipe(IItemStack output);
mods.techreborn.industrialElectrolyzer.removeAll();