Orbit Colors
When creating your orbit, you have the ability to choose from multiple different colors. For your convenience, we have created colors for you that you can input as text. Below are those colours
Default Colors
- Default:
- Black:
- Red:
- Green:
- Blue:
- Yellow:
- Cyan:
- Magenta:
- Gray:
- Maroon:
- Olive:
- Purple:
- Teal:
- Navy:
- Orange:
- Brown:
- Lime:
- Pink:
- Coral:
- Gold:
- Silver:
- Beige:
- Lavender:
- Turquoise:
- Salmon:
- Khaki:
- Dark Red:
- Rainbow: Rainbow will generate a random colour to use for orbit each time the game is launched.
Custom Colors
Optionally, you have the ability to use a custom color of your own using a hex-based color picker. Below is an example of how your color should be inserted into your json file.
json
{
"texture": "[namespace]:textures/environment/star/[starName].png",
"name": "[starName]",
"x": 300,
"y": 100,
"width": 36.0,
"height": 36.0,
"orbitColor": "#32A852",
"translatable": "text.[namespace].planetscreen.[starName]",
"id": "[namespace]:[starName]"
}