Skip to main content

Open Multi Furnace

Type: multi_furnace_action Opens a multi-furnace interface. This machine supports recipes with multiple inputs and maintains a selected recipe state.

Configuration

FieldTypeDefaultDescription
idString""Unique identifier.
machineRef<MachinePositionEntry>EmptyArtifact for machine position.
recipeStateRef<RecipeStateStorageEntry>EmptyArtifact to persist selected recipe.
multiRecipesList<MultiFurnaceRecipeSpec>[]List of custom recipes.
selectedSuffixVar<String>“(Selected)“Suffix added to the selected recipe in the menu.
compactOutputVar<Boolean>falseAutomatically compact outputs into blocks if possible.

MultiFurnaceRecipeSpec Object

FieldTypeDefaultDescription
inputsList<Var<Item>>[]Required input items.
outputVar<Item>EmptyResult item.
cookTimeVar<Int>200Processing time.
fuelCostVar<Int>0Fuel cost.
nameVar<String>""Display name in selection menu.