Prototype/Furnace: Difference between revisions
Jump to navigation
Jump to search
(updated, now no longer shows properties inherited from Prototype/CraftingMachine) |
(0.16) |
||
Line 2: | Line 2: | ||
A furnace. Normal furnaces only process "smelting" category recipes, but you can make furnaces that process other [[Prototype/RecipeCategory|recipe categories]]. Based on [[Prototype/CraftingMachine]]. The difference to assembling machines is that furnaces automatically choose their recipe based on input. | A furnace. Normal furnaces only process "smelting" category recipes, but you can make furnaces that process other [[Prototype/RecipeCategory|recipe categories]]. Based on [[Prototype/CraftingMachine]]. The difference to assembling machines is that furnaces automatically choose their recipe based on input. | ||
== | == Mandatory properties == | ||
This prototype inherits the properties of [[Prototype/CraftingMachine]]. | This prototype inherits the properties of [[Prototype/CraftingMachine]]. | ||
=== result_inventory_size === | === result_inventory_size === | ||
Type: [[Types/ | Type: [[Types/ItemStackIndex]] | ||
The number of output slots. | The number of output slots. | ||
=== source_inventory_size === | === source_inventory_size === | ||
Type: [[Types/ | Type: [[Types/ItemStackIndex]], but not more than 1 | ||
The number of input slots. | The number of input slots. |
Revision as of 13:47, 20 May 2018
Basics
A furnace. Normal furnaces only process "smelting" category recipes, but you can make furnaces that process other recipe categories. Based on Prototype/CraftingMachine. The difference to assembling machines is that furnaces automatically choose their recipe based on input.
Mandatory properties
This prototype inherits the properties of Prototype/CraftingMachine.
result_inventory_size
Type: Types/ItemStackIndex
The number of output slots.
source_inventory_size
Type: Types/ItemStackIndex, but not more than 1
The number of input slots.