Metal Infuser
A machine that can infuse liquids with substances by using energy.
Import
import mods.foundry.Infuser;
Methods
// Adds a recipe with input liquid, substance to be infused with, energy required to infuse the substance, and an output liquid to the metal infuserInfuser.addRecipe(ILiquidStack output, ILiquidStack input, IIngredient substance, int energy);
// Removes a recipe with the given input liquid and substance from the metal infuserInfuser.removeRecipe(ILiquidStack input, IItemStack substance);
// Clears all recipes from the metal infuserInfuser.clear();