This page relates to Immersive Engineering, which has built-in support!
Immersive Engineering Mixer
The Mixer 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 will add a recipe that will output 8000Mb of Creosote (Fluid) when an Oak Sapling, four Bone Meal, a bucket of Creosote and 8000Mb of Water (Fluid) is put into a Mixer.
Remove FluidStack Recipes
The following script will remove all recipes from the Mixer that output exactly 500Mb of Concrete (Fluid).
Remove Fluid Recipes
The following script will remove all recipes from the Mixer that output any amount of Concrete (Fluid).
Remove Potion Recipes
Potion Recipes are hardcoded in, the only way to remove them it to remove all of them at once, and is done like so.