Prototype/MapGenPresets

From Official Factorio Wiki
Revision as of 16:27, 21 January 2019 by BilkaBot (talk | contribs) (Added prototype type to page)
Jump to navigation Jump to search

Basics

Prototype type: map-gen-presets

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"
  },