-
-
Notifications
You must be signed in to change notification settings - Fork 23
Client Settings
Corgi Taco edited this page Feb 11, 2023
·
6 revisions
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.
"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"
},