Alloy Mixer
A machine that can mix up to four liquids to produce one fluid output. The alloy mixer is an upgrade to the alloying crucible.
Import
import mods.foundry.AlloyMixer;
Methods
// Adds a recipe with input liquids and an output liquid to the alloy mixerAlloyMixer.addRecipe(ILiquidStack output, ILiquidStack[] inputs);
// Removes a recipe with the given inputs from the alloy mixerAlloyMixer.removeRecipe(ILiquidStack[] inputs);
// Clears all recipes from the alloy mixerAlloyMixer.clear();