This page relates to Tinkers’ Construct, which has built-in support!
Tinkers’ Construct Entity Melting
Entity Melting 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 an Entity Melting Recipe that produces Molten Rose Gold (Fluid) when a Sheep (Entity) is melted in a Smeltery dealing 1 damage to the Sheep.
Remove Recipes
The following script will do the following:
- Remove all Entity Melting Recipes that produce Molten Iron (Fluid)
- Remove all Entity Melting Recipes that use a Villager (Entity) as the input.