Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Vessel CraftTweaker

Snownee edited this page May 28, 2019 · 1 revision

Importing

import mods.cuisine.Vessel;

Add Recipes

void add(IIngredient input, ILiquidStack inputFluid, IItemStack output, ILiquidStack outputFluid, IIngredient extraInput = null);

Remove Recipes By ID

void remove(string identifier);

Remove Recipes By Input

void remove(IIngredient input, ILiquidStack inputFluid, IIngredient extra = null);

Clear Recipes

void removeAll();