Immersive Engineering Fermenter
The Fermenter is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Add Fluid Recipes
The following script will add a recipe to the Fermenter that will take a Wooden Hoe, 1000 IF and output 100Mb of Water (Fluid).
Add Item Recipes
The following script will add a recipe to the Fermenter that will take a Wooden Shovel, 1000 IF and output a Stone Shovel.
Add Item and Fluid Recipes
The following script will add a recipe to the Fermenter that will take a Wooden Sword, 1000 IF and output a Stone Sword and 100Mb of Water.
Remove Fluid Recipes
The following script will remove all recipes from the Fermenter output Ethanol (Fluid). Note that with Immersive Engineering on it’s own, this will remove all the default recipes.
Remove Item Recipes
The following script will remove all recipes from the Fermenter that outputs a Stone Shovel. Note that with Immersive Engineering on it’s own, there is no recipe that outputs an Item, the example provided will only exist if the recipe is added beforehand.