update: automodpack
This commit is contained in:
55
minecraft/config/lambdynlights.toml
Normal file
55
minecraft/config/lambdynlights.toml
Normal file
@@ -0,0 +1,55 @@
|
||||
# LambDynamicLights configuration.
|
||||
# The dynamic lights mode
|
||||
mode = "fancy"
|
||||
|
||||
# Light sources settings.
|
||||
[light_sources]
|
||||
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
|
||||
water_sensitive_check = true
|
||||
# Enable block entities light source.
|
||||
block_entities = true
|
||||
# Enable entities light source.
|
||||
entities = true
|
||||
# Enable first-person player light source.
|
||||
self = true
|
||||
# TNT lighting mode. May be off, simple or fancy.
|
||||
tnt = "off"
|
||||
# Creeper lighting mode. May be off, simple or fancy.
|
||||
creeper = "simple"
|
||||
|
||||
[light_sources.settings]
|
||||
|
||||
[light_sources.settings.entities]
|
||||
|
||||
[light_sources.settings.entities.minecraft]
|
||||
chicken = true
|
||||
axolotl = true
|
||||
bee = true
|
||||
cow = true
|
||||
chest_minecart = true
|
||||
pig = true
|
||||
slime = true
|
||||
skeleton = true
|
||||
bat = true
|
||||
rabbit = true
|
||||
zombie = true
|
||||
drowned = true
|
||||
sheep = true
|
||||
player = true
|
||||
item = true
|
||||
wolf = true
|
||||
salmon = true
|
||||
goat = true
|
||||
item_frame = true
|
||||
glow_squid = true
|
||||
glow_item_frame = false
|
||||
squid = true
|
||||
spider = true
|
||||
creeper = true
|
||||
enderman = true
|
||||
|
||||
[light_sources.settings.entities.friendsandfoes]
|
||||
glare = true
|
||||
copper_golem = true
|
||||
rascal = true
|
||||
|
||||
Reference in New Issue
Block a user