Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Melter

Importing the Package

script.zs
import mods.embers.Melter;

Adding Recipes

Note: secondaryfluidoutput refers to the secondary fluid output when a geologic separator is placed beside the base of the melter.

script.zs
mods.embers.Melter.add(ILiquidStack outputfluid, IIngredient input, @Optional secondaryfluidoutput);

Removing Recipes

script.zs
mods
mods.embers.Melter.remove(ILiquidStack outputfluid);