31 lines
1013 B
INI
31 lines
1013 B
INI
# Configuration file
|
|
|
|
general {
|
|
# Whether or not the End should be dark [default: false]
|
|
B:darkEnd=false
|
|
|
|
# Whether or not the Nether should be dark [default: true]
|
|
B:darkNether=false
|
|
|
|
# Whether or not the Twilight Forest should be dark [default: false]
|
|
B:darkTwilightForest=false
|
|
|
|
# A list of dimension ids in which Darkerer will be completely disabled [default: []]
|
|
I:dimBlocklist <
|
|
7
|
|
>
|
|
|
|
# How Darkerer should behave
|
|
# EVERYWHERE: complete darkness at night, except near block light sources (torches, lava, etc.)
|
|
# ONLY_INSIDE: a small amount of light remains at the surface, even during the night
|
|
# MOON_PHASE: like ONLY_INSIDE but the remaining light depends on the moon phase
|
|
# Possible values: [EVERYWHERE, ONLY_INSIDE, MOON_PHASE]
|
|
# [default: EVERYWHERE]
|
|
S:mode=EVERYWHERE
|
|
|
|
# Attempts to remove the blue sky light that occurs when using mode NO_MIN_BLOCK_LIGHT or MOON_PHASE [default: true]
|
|
B:removeBlueSkyLight=true
|
|
}
|
|
|
|
|