ZenScript
Copy
mods.alchemistry.Liquifier

IItemStack output - The output of the recipe.

IItemStack input - The input of the recipe.

ZenScript
Copy
mods.alchemistry.Liquifier.addRecipe(ILiquidStack output, IItemStack input);
mods.alchemistry.Liquifier.addRecipe(<liquid:beryllium>*100,<alchemistry:element:5>);
ZenScript
Copy
mods.alchemistry.Liquifier.removeRecipe(IItemStack input);

mods.alchemistry.Liquifier.removeAllRecipes();