This page relates to Immersive Engineering, which has built-in support!
Immersive Engineering Refinery
The Refinery 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 to the Refinery that will output 10Mb of Herbicide (Fluid) out of 10Mb of Water (Fluid) and 1Mb of Ethanol and 1000 IF.
Remove FluidStack Recipes
The following script will remove all recipes from the Refinery that output exactly 16Mb of Biodesiel.
Remove Fluid Recipes
The following script will remove all recipes from the Refinery that output any amount of Biodesiel.