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

Electrolyzer

Importing the Package

mods.nuclearcraft.electrolyzer

Adding Recipes

script.zs
mods.nuclearcraft.electrolyser.addRecipe([fluidInput, fluidOutput1, fluidOutput2, fluidOutput3, fluidOutput4, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation]);

Removing Recipes

script.zs
mods.nuclearcraft.electrolyser.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.electrolyser.removeRecipeWithOutput([fluidOutput1, fluidOutput2, fluidOutput3, fluidOutput4]);
mods.nuclearcraft.electrolyser.removeAllRecipes();