diff --git a/assets/lumi/lang/en_us.json b/assets/lumi/lang/en_us.json index 22c6cb73..ed88a922 100644 --- a/assets/lumi/lang/en_us.json +++ b/assets/lumi/lang/en_us.json @@ -21,8 +21,6 @@ "config.lumi_lights.help.name_tag_shadow": "Render name tag shadow", "config.lumi_lights.category.lighting": "Lighting", - "config.lumi_lights.value.tone_profile": "Contrast profile", - "config.lumi_lights.help.tone_profile": "Affects the contrast range between various light sources.;Auto-exposure is recommended for High Contrast profile.", "config.lumi_lights.value.outdoors_brightness": "Sky light brightness", "config.lumi_lights.help.outdoors_brightness": "Brightness of the sun in dimensions with sky", "config.lumi_lights.value.block_light_mode": "Block light color", diff --git a/assets/lumi/pipeline/config/lighting_config.json b/assets/lumi/pipeline/config/lighting_config.json index e14e291b..5ba81b75 100644 --- a/assets/lumi/pipeline/config/lighting_config.json +++ b/assets/lumi/pipeline/config/lighting_config.json @@ -4,14 +4,6 @@ includeToken: "lumi:lighting_config", categoryKey: "config.lumi_lights.category.lighting", options: { - tone_profile: { - default: "standard", - choices: ["standard", "high_contrast"], - enum: true, - prefix: "tone_profile_", - nameKey: "config.lumi_lights.value.tone_profile", - descriptionKey: "config.lumi_lights.help.tone_profile" - }, block_light_mode: { default: "warm", choices: ["warm", "neutral"], diff --git a/assets/lumi/pipeline/config/misc_config.json b/assets/lumi/pipeline/config/misc_config.json index 74c2c578..08fd18d2 100644 --- a/assets/lumi/pipeline/config/misc_config.json +++ b/assets/lumi/pipeline/config/misc_config.json @@ -12,14 +12,14 @@ nameKey: "config.lumi_lights.value.water_color", descriptionKey: "config.lumi_lights.help.water_color" }, - hurt_mode: { - default: "classic_red", - choices: ["classic_red", "vapordeath", "glitch_city"], - enum: true, - prefix: "hurt_mode_", - nameKey: "config.lumi_lights.value.hurt_mode", - descriptionKey: "config.lumi_lights.help.hurt_mode" - }, + // hurt_mode: { + // default: "classic_red", + // choices: ["classic_red", "vapordeath", "glitch_city"], + // enum: true, + // prefix: "hurt_mode_", + // nameKey: "config.lumi_lights.value.hurt_mode", + // descriptionKey: "config.lumi_lights.help.hurt_mode" + // }, glint_mode: { default: "glint_texture", choices: ["glint_texture", "glint_shader"],