This page relates to Immersive Engineering, which has built-in support!
Immersive Engineering Mineral Mix
Mineral Mix is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Add Mix
The following script will add a mix that will output White Wool 50% of the time, Orange Wool 25% of the time, and Magenta Wool 100% of the time. The mix has a weight of 50, and a fail change of 0.5. The mix will only be available in the Overworld and will show as White Wool in Samples.
Remove Recipes
The following script will remove a Mix with the name "immersiveengineering:mineral/ancient_debris"
.