config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
23
config/lambdynlights.toml
Normal file
23
config/lambdynlights.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
# LambDynamicLights configuration.
|
||||
# The dynamic lights mode
|
||||
mode = "fancy"
|
||||
|
||||
# Light sources settings.
|
||||
[light_sources]
|
||||
# Enable entities light source.
|
||||
entities = true
|
||||
# Enable first-person player light source.
|
||||
self = true
|
||||
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
|
||||
water_sensitive_check = true
|
||||
# Creeper lighting mode. May be off, simple or fancy.
|
||||
creeper = "simple"
|
||||
# TNT lighting mode. May be off, simple or fancy.
|
||||
tnt = "off"
|
||||
# Enables dynamic lighting of beacon or end gateway beams.
|
||||
beam = true
|
||||
# Enables dynamic lighting of Guardian's lasers. This also can be toggled off by disabling Guardian dynamic lighting.
|
||||
guardian_laser = true
|
||||
|
||||
[light_sources.settings.entities.minecraft]
|
||||
glow_item_frame = false
|
Loading…
Add table
Add a link
Reference in a new issue