Dimension Entry
Defines the settings of a dimension, like its color, name, and time settings.
Each dimension has the following properties:
id
The unique identifier for the dimension.
Input: String
name
The display name of the dimension.
Input: String
color
The color associated with the dimension.
Input: Hex Color Code
time
Each dimension has their own time settings:
enabled
Toggles whether time settings are enabled.
Input: Boolean
weather
Configures weather-related settings.
enabled
Toggles whether weather settings are enabled.
If disabled the rest of these settings will be ignored & will not have to be entered.
Input: Boolean
night-ticks
Defines the start and end ticks for sleeping in different weather conditions.
normal, storm, thunderstorm
Each weather has an entry for the start and end ticks.
startTick
The starting tick for night time in the specified weather.Input: Integer
endTick
The ending tick for night time in the specified weather.Input: Integer
icons
Defines the icons used for different conditions thoughout the day.
day, stonightrm, storm, thunderstorm
Each condition has an entry for their custom icon.
Input: String