Prototype/FuelCategory: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Each item which has a fuel_value must have a fuel category. The fuel categories are used to allow only certain fuels to be used in Types/EnergySource. == Mand...")
 
(overhaul to include Prototype)
Line 2: Line 2:
Each item which has a fuel_value must have a fuel category. The fuel categories are used to allow only certain fuels to be used in [[Types/EnergySource]].
Each item which has a fuel_value must have a fuel category. The fuel categories are used to allow only certain fuels to be used in [[Types/EnergySource]].
== Mandatory properties ==
== Mandatory properties ==
 
Inherits all properties from [[Prototype]].
=== type ===
'''Type''': [[Types/string]]
 
Must be "fuel-category".
 
=== name ===
'''Type''': [[Types/string]]
 
Name of the fuel-category.

Revision as of 13:01, 23 January 2018

Basics

Each item which has a fuel_value must have a fuel category. The fuel categories are used to allow only certain fuels to be used in Types/EnergySource.

Mandatory properties

Inherits all properties from Prototype.