Factorio Prototype DocsVersion 2.0.19

IngredientPrototype :: union Example code

Item or fluid ingredient.

Union members

ItemIngredientPrototype

Loaded when the type is "item".

FluidIngredientPrototype

Loaded when the type is "fluid".

Examples

{type="item", name="steel-plate", amount=8} -- item ingredient
{type="fluid", name="water", amount=50} -- fluid ingredient

Prototypes

Types

Defines