dynamic light return!
This commit is contained in:
parent
e3d8721aae
commit
3cf7a846c7
4 changed files with 15 additions and 3 deletions
|
|
@ -26,6 +26,7 @@
|
|||
- HangGlider-v8.0.1-1.20.1-Forge
|
||||
- u_team_core-forge-1.20.1-5.1.4.269
|
||||
- music_player-forge-1.20.1-2.7.0.236
|
||||
- Embeddium/Rubidium Dynamic Lights
|
||||
|
||||
## [0.6.15] - 17.02.2024
|
||||
### Changes
|
||||
|
|
|
|||
11
config/dynamic_lights_reforged.toml
Normal file
11
config/dynamic_lights_reforged.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
#Dynamic Lights Settings
|
||||
[Settings]
|
||||
|
||||
[Settings."Lighting Settings"]
|
||||
#Allowed Values: OFF, SLOW, FAST, REALTIME
|
||||
"Quality Mode (OFF, SLOW, FAST, REALTIME)" = "REALTIME"
|
||||
"Dynamic Entity Lighting" = true
|
||||
"Dynamic TileEntity Lighting" = true
|
||||
"Only Update On Position Change" = true
|
||||
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"notifications": {
|
||||
"force_disable_donation_prompts": false,
|
||||
"has_cleared_donation_button": false,
|
||||
"has_seen_donation_prompt": true
|
||||
"has_cleared_donation_button": true,
|
||||
"has_seen_donation_prompt": false
|
||||
}
|
||||
}
|
||||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit ba20262d3a1a2a503615a27b6a6779e1a415e751
|
||||
Subproject commit d8c813d19cc0eca67a99864a3acfe763e77ec0c2
|
||||
Loading…
Add table
Add a link
Reference in a new issue