Skip to content

Commit

Permalink
Cleanup options for removed/timed out features
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralhalo committed Dec 27, 2021
1 parent 8c7e39a commit 3abfcb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 0 additions & 2 deletions assets/lumi/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 0 additions & 8 deletions assets/lumi/pipeline/config/lighting_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
16 changes: 8 additions & 8 deletions assets/lumi/pipeline/config/misc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 3abfcb9

Please sign in to comment.