This page relates to Immersive Engineering, which has built-in support!
Immersive Engineering Arc Furnace
The Arc Furnace 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 Bedrock and a Gold Nugget (as Slag) after 2000 ticks when two Coal Blocks, a Diamond and any Item from the Wool Tag is put into an Arc Furnace. The recipe will use 100000 IF.
Remove Recipes
Removes any recipes where at least one of the output matches the output provided.
The following script will remove two recipes from the Arc Furnace.
The first recipe that is removed is the recipe for Slag, since checkSlag
is true
, it will remove all recipes that output Slag.
The second recipe that is removed is the recipe for three Iron Ingots.