Prototype/ItemGroup

From Official Factorio Wiki
Revision as of 07:44, 12 February 2014 by Immibis (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

An item group. Item groups are shown above the list of craftable items in the player's inventory. The built-in groups are "logistics", "production", "energy" and "combat" but mods can define their own. See also Prototype/Item#group.

Properties

type

Type: Types/string

Must be "item-group".

name

Type: Types/string

The unique name of this item group.

icon

Type: Types/FileName

The 64x64-pixel icon that is shown to represent this item group.

order

Type: Types/string

Item groups are sorted according to this field. An item group with order="a" will always be displayed before an item group with order="b".