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

Axe Chopping CraftTweaker

Snownee edited this page May 28, 2019 · 6 revisions

Importing

import mods.cuisine.AxeChopping;

Add Recipes

AxeChopping.add(IItemStack input, IItemStack output);

AxeChopping.add(IOreDictEntry input, IItemStack output);

Remove Recipes By ID

AxeChopping.remove(string identifier)

Remove Recipes By Input

AxeChopping.remove(IItemStack input)

Remove Recipes By Output

AxeChopping.removeByOutput(IIngredient output)

Clear Recipes

AxeChopping.removeAll()