Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
All versions
0.1.3
Beta
Selas 0.1.3last month 180
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Added
- Full-moon nights now carry a faint, warm glow, so a full moon feels a little warmer than the plain cool starlight of a new moon. Adjustable, and can be turned off.
Changed
- Rebalanced the default night look for stronger realism:
- moonless nights are a touch darker while full-moon nights are brighter,
- open skies keep a clearer starlight glow, and caves sit a little deeper in the dark,
- night now reads as a cooler blue-gray rather than just losing its reds.
- Night colors now fade toward gray only deep in the night, so dusk and dawn keep more of their color.
- Nights hold their full darkness slightly longer before dawn begins.
- Removed the brightness-slider (gamma) option. It was off by default and worked inconsistently; Selas now always keeps its own darkness targets.
Performance
- Reduced per-frame overhead by reading configuration values once per frame instead of once per lightmap pixel.
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:BOfOpxXX:3wBDv8C5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BOfOpxXX:3wBDv8C5"
}

