Client Settings - CorgiTaco-MC/Enhanced-Celestials GitHub Wiki
Client-side only settings.
Client settings have the following data fields:
color_settings
- Uses Color Settings.moon_size
- A decimal value, defaults to20
if unspecified. Example:20.0
.moon_texture_location
- A string/text resource pack path to a moon texture, defaults tominecraft:textures/environment/moon_phases.png
if unspecified. Example:minecraft:textures/environment/moon_phases.png
.sound_track
- A string/text resource location to a registered internally sound event.
Example
"client_settings": {
"color_settings": {
"moon_texture_color": "ff0000",
"sky_light_color": "ff0000"
},
"moon_size": 20.0,
"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
"sound_track": "enhancedcelestials:blood_moon"
},