Melting Crucibles
Machines that can melt items into liquids.
Import
import mods.foundry.Melting;
Methods
// Adds a recipe with input ingredient, (optional) melting point in K, (optional) speed of the melting, and an output liquid to the melting cruciblesMelting.addRecipe(ILiquidStack output, IIngredient input, @Optional int meltingPoint, @Optional int speed);
// Removes a recipe with the given input item from the melting cruciblesMelting.removeRecipe(IItemStack input);
// Clears all recipes from the melting cruciblesMelting.clear();