
Enhanced Darkness
Realistic darkness: pitch-black caves and truly dark nights, with the sky, fog and clouds darkened too, so silhouettes won't save you. Optional moonlight that follows the real moon phase. Client-side horror mod, every setting live in game.
1.1.0+26.2
Compatibility
Changes
The default preset is unchanged. Everything new is off by default, except the lightning fix โ that one restores vanilla behaviour the mod was swallowing.
Added
- Moonlight (optional, off by default) โ a full moon lights open ground, a new moon is the darkest night of the month. All eight phases in proportion, so a crescent gives exactly a quarter of a full moon. Caves stay black either way; rain dims it, a thunderstorm kills it.
- Per-dimension settings in the config โ the Overworld, Nether, End and anything else each get their own numbers.
Changed
- Config screen reworked โ three tabs, sliders apply live so you can tune the dark while standing in it, and options that depend on a switch grey out.
Fixed
- Lightning flashes light the world again. The mod's night multiplier was zeroing them, so a thunderstorm looked like any other night.
- Stepping out from under a block no longer shifts the sky tone.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:e2GwlE4c:3rYRzAH1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e2GwlE4c:3rYRzAH1"
}
