Expand description
Hand-written prototype stubs for the data stage (data.extend).
These are not generated from prototype-api.json yet. They exist so mods can
register common prototypes with typed struct literals; the codegen injects
Factorio’s type = "..." discriminant from the Rust struct name.
Structs§
- Item
- Minimal
ItemPrototypefordata.extend. - Recipe
- Minimal
RecipePrototypefordata.extend. - Recipe
Ingredient - Item ingredient for a
Recipe(type = "item"injected). - Recipe
Product - Item product for a
Recipe(type = "item"injected).