Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavOptimize
Path: blob/main/1.16.5/config/lambdynlights.toml
4987 views
1
# LambDynamicLights configuration.
2
# The dynamic lights mode
3
mode = "fastest"
4
5
# Light sources settings.
6
[light_sources]
7
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
8
water_sensitive_check = true
9
# Enable block entities light source.
10
block_entities = true
11
# Enable entities light source.
12
entities = true
13
# TNT lighting mode. May be off, simple or fancy.
14
tnt = "simple"
15
# Creeper lighting mode. May be off, simple or fancy.
16
creeper = "simple"
17
18
19