2.1.0
Compatibility
Required content
Changes
Night Vision Overhaul
- Night Vision can now be configured to the same level as Gamma can
- Added smooth transition to Night Vision
- Added keybinds to increase and decrease Night Vision
- Added commands to adjust Night Vision, see
/nightvision - Added limiter settings
- Added everything new mentioned below!
Dynamic Lighting
Both Gamma and Night Vision now include a dynamic lighting setting. When enabled the Gamma or Night Vision strength will automaticly adjust according to the light level around the player. In the config it's possible to adjust the min/max values that should be used, the transition speed and also the range of blocks around the player that need to be taken into consideration.
Dimension Preference
Both Gamma and Night Vision now have a setting that will automatically adjust their strenght when switching between dimensions. You can now set a preference for the Overworld, Nether and End. Keep in mind though, if Dynamic Lighting is enabled this won't work.
HUD Message settings
It's now possible to change the color of the HUD messages for both Gamma and Night Vision
Command Shortcuts
Both toggle and set commands now have a shortcut:
/gamma toggle -> /gamma
/gamma set 500 -> /gamma 500
/nightvision toggle -> /nightvision
/nightvision set 50 -> /nightvision 50
Optional dependencies
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:wdLuzzEP:ZgCUl9IE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wdLuzzEP:ZgCUl9IE"
}



