Alloying Crucible
A machine that can mix up to two liquids to produce one fluid output.
Import
import mods.foundry.AlloyingCrucible;
Methods
// Adds a recipe with input liquids and an output liquid to the alloying crucibleAlloyingCrucible.addRecipe(ILiquidStack output, ILiquidStack input_a, ILiquidStack input_b);
// Removes a recipe with the given inputs from the alloying crucibleAlloyingCrucible.removeRecipe(ILiquidStack input_a, ILiquidStack input_b);
// Clears all recipes from the alloying crucibleAlloyingCrucible.clear();