Prototype/Furnace: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
(Removed old prototype docs)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Basics ==
<div class="stub"><p>'''The prototype docs have moved to a new website with an improved format.''' This documentation page can now be found here: [https://lua-api.factorio.com/latest/prototypes/FurnacePrototype.html https://lua-api.factorio.com/latest/prototypes/FurnacePrototype.html]
A furnace. Normal furnaces only process "smelting" category recipes, but you can make furnaces that process other [[Prototype/RecipeCategory|recipe categories]]. Based on [[Prototype/EntityWithHealth]].


== Properties ==
</p><p>This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
 
This prototype inherits the properties of [[Prototype/EntityWithHealth]].
 
=== smelting_categories ===
Type: List of [[Types/string]]
 
A list of the names of [[Prototype/RecipeCategory|recipe categories]] that this furnace can use.
 
=== result_inventory_size ===
Type: [[Types/unsigned]]
 
The number of output slots.
 
=== source_inventory_size ===
Type: [[Types/unsigned]], but not more than 1 (0.13.14)
 
The number of input slots.
 
=== smelting_energy_consumption ===
Type: [[Types/EnergyPower]]
 
The amount of energy used by the furnace while smelting.
 
=== smelting_speed ===
Type: [[Types/double]]
 
The speed of this furnace. 0.5 is stone furnace speed. 1 is steel furnace speed.
 
=== energy_source ===
Type: [[Types/EnergySource]]
 
The energy source of this furnace.
 
=== off_animation ===
Type: [[Types/Animation]]
 
The animation displayed when the furnace is idle.
 
=== on_animation ===
Type: [[Types/Animation]]
 
In combination with fire_animation, the animation displayed when the furnace is running.
 
=== fire_animation ===
Type: [[Types/Animation]]
 
In combination with on_animation, the animation displayed when the furnace is running. This is displayed "on top of" on_animation.

Latest revision as of 14:32, 25 October 2024

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/FurnacePrototype.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.