Conductor Mast
Package
import mods.calculator.conductorMast;Methods
- IIngredient input The input.
 - IIngredient output The output.
 - Int powercost The cost of power per process.
 
Additon
conductorMast.addRecipe(IIngredient input, int powercost, IIngredient output);Removal
conductorMast.removeRecipe(IIngredient output);