Factorio Prototype DocsVersion 1.1.107

VoidEnergySource :: struct Example code

Void energy sources provide unlimited free energy.

Inherits from BaseEnergySource

Properties

type :: "void"

Inherited from BaseEnergySource
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.

Properties

type :: "void"

Example

energy_source = {type = "void"}

Prototypes

Types