Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavOptimize
Path: blob/main/1.17.1/config/lambdynlights.toml
4986 views
1
# LambDynamicLights configuration.
2
# The dynamic lights mode
3
mode = "fancy"
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 = "off"
15
# Creeper lighting mode. May be off, simple or fancy.
16
creeper = "simple"
17
18
[light_sources.settings]
19
20
[light_sources.settings.entities]
21
22
[light_sources.settings.entities.minecraft]
23
chicken = true
24
bee = true
25
axolotl = true
26
donkey = true
27
cow = true
28
chest_minecart = true
29
pig = true
30
slime = true
31
skeleton = true
32
bat = true
33
zombie = true
34
drowned = true
35
sheep = true
36
experience_orb = true
37
player = true
38
item = true
39
wolf = true
40
salmon = true
41
zombie_villager = true
42
goat = true
43
horse = true
44
glow_squid = true
45
witch = true
46
glow_item_frame = false
47
squid = true
48
spider = true
49
creeper = true
50
enderman = true
51
52
53