| Inherits from BaseEnergySource |
| type optional | :: "burner" | This is mandatory if the energy source can be loaded as multiple energy source types. |
This is mandatory if the energy source can be loaded as multiple energy source types. | ||
| fuel_inventory_size | :: ItemStackIndex | |
| burnt_inventory_size optional | :: ItemStackIndex | |
| smoke optional | :: array[SmokeSource] | |
| light_flicker optional | :: LightFlickeringDefinition | |
| effectivity optional | :: double |
|
| ||
| fuel_category optional | :: FuelCategoryID | The energy source can be used with fuel from this fuel category. |
The energy source can be used with fuel from this fuel category. | ||
| fuel_categories optional | :: array[FuelCategoryID] | The energy source can be used with fuel from these fuel categories. |
The energy source can be used with fuel from these fuel categories. | ||
| emissions_per_minute optional | :: double | The pollution an entity emits per minute at full energy consumption. |
The pollution an entity emits per minute at full energy consumption. | ||
| render_no_power_icon optional | :: bool | Whether to render the "no power" icon if the entity is low on power. |
Whether to render the "no power" icon if the entity is low on power. | ||
| render_no_network_icon optional | :: bool | Whether to render the "no network" icon if the entity is not connected to an electric network. |
Whether to render the "no network" icon if the entity is not connected to an electric network. | ||
| fuel_inventory_size | :: ItemStackIndex | |
| burnt_inventory_size optional | :: ItemStackIndex | |
| effectivity optional | :: double |
|
| ||
| fuel_categories optional | :: array[FuelCategoryID] | The energy source can be used with fuel from these fuel categories. |
The energy source can be used with fuel from these fuel categories. | ||
| fuel_category optional | :: FuelCategoryID | The energy source can be used with fuel from this fuel category. |
The energy source can be used with fuel from this fuel category. | ||
| light_flicker optional | :: LightFlickeringDefinition | |
| smoke optional | :: array[SmokeSource] | |
| type optional | :: "burner" | This is mandatory if the energy source can be loaded as multiple energy source types. |
This is mandatory if the energy source can be loaded as multiple energy source types. | ||
| emissions_per_minute optional | :: double | The pollution an entity emits per minute at full energy consumption. |
The pollution an entity emits per minute at full energy consumption. | ||
| render_no_network_icon optional | :: bool | Whether to render the "no network" icon if the entity is not connected to an electric network. |
Whether to render the "no network" icon if the entity is not connected to an electric network. | ||
| render_no_power_icon optional | :: bool | Whether to render the "no power" icon if the entity is low on power. |
Whether to render the "no power" icon if the entity is low on power. | ||
"burner" optional 
This is mandatory if the energy source can be loaded as multiple energy source types.


Default: 0



Default: 1
1 means 100% effectivity. Must be greater than 0. Multiplier of the energy output.

Default: "chemical"
The energy source can be used with fuel from this fuel category. For a list of built-in categories, see here.
Only loaded if fuel_categories is not defined.

The energy source can be used with fuel from these fuel categories.

Prototypes
Types