Prototype/MapGenPresets

From Official Factorio Wiki
Revision as of 22:26, 13 July 2018 by Bilka (talk | contribs) (Created page with "== Basics == The available map gen presets. == Mandatory properties == === type === '''Type''': Types/string Must be "map-gen-presets". === name === '''Type''': Type...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

The available map gen presets.

Mandatory properties

type

Type: Types/string

Must be "map-gen-presets".

name

Type: Types/string

Name of the map-gen-presets. Must be "default" since only one instances of this prototype can be defined.

the name of a preset

Type: Types/MapGenPreset

Example:

default =
  {
    default = true,
    order = "a"
  },