This page relates to Tinkers’ Construct, which has built-in support!
Tinkers’ Construct Severing
Severing is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Add Recipe
The following script adds a Severing recipe that drops a Diamond when a Sheep (Entity) is killed.
Remove Recipes
The following script does the following:
- Removes all Severing recipes that drop a Skeleton Skull.
- Removes all Severing recipes that drop from a Creeper (Entity).