This page relates to Tinkers’ Construct, which has built-in support!
Tinkers’ Construct Alloying
Alloying 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 Alloying recipe that will produce Water (Fluid) from 1mb of Molten Rose Gold (Fluid) and 1mb of Lava (Fluid) when combined with a heat of atleast 50°C
Remove Recipes
The following script will remove all Allying recipes that output Molten Pig Iron (Fluid).