Factorio Prototype DocsVersion 1.1.101

IngredientPrototype :: union Example code

Defaults to loading ingredients as items.

Union members

ItemIngredientPrototype

Loaded when the type is "item".

FluidIngredientPrototype

Loaded when the type is "fluid".

Examples

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

Prototypes

Types