This page relates to Tinkers’ Construct, which has built-in support!
Tinkers’ Construct Molding Basin
The Molding Basin 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 Molding Basin recipe that turns Dirt into a Diamond when it is Molded with Glass. The Glass is not consumed.
Remove Recipes
The following script removes the Molding Basin recipe that turns Part Sand Casts (Gem Sand Cast, Pickaxe Head Sand Cast, etc) back into a Blank Sand Cast.
NOTE: This script is commented out as there are no default Tinkers recipes that are made in the Molding Basin to remove.