Enumeration GameProperty

The collection of properties available to configure from the mod

Enumeration Members

BACKGROUND_COLOR: "BACKGROUND_COLOR"

The background color being used in game - must be 4 byte including alpha - default is #445253FF

RECIPES_ENABLED: "RECIPES_ENABLED"

Indicates whether the recipes panel is enabled

SKY_COLOR: "SKY_COLOR"

The sky fill color - must be 4 byte including alpha - default is #CFEFFCFF

SPAWN_X: "SPAWN_X"

The x coordinate in tiles that players should spawn at

SPAWN_Y: "SPAWN_Y"

The y coordinate in tiles that players should spawn at

Generated using TypeDoc