Links
Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated 5 days ago
All versions
0.6
Beta
chrissi's Night Vision v0.65 days ago 398
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Added
- Mod Menu support
- In-game config screen, no more manual JSON editing required
- Tooltips on every setting explaining what it does
- Presets for quick configuration
Default- resets all settings below to their default valuesSubtle- turns off the status icon and toggle message, keeps the sound
- Auto Toggle by Time via
autoToggleByTime(default: false)- Automatically turns Night Vision on at night and off during the day
- Takes priority over manual toggling while active
- Sound Volume via
soundVolume(default: 0.3)- Adjustable with a slider directly in the config screen
Changed
- Updated Fabric API to 0.156.0+26.2
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:um3io6U4:nicrDUMu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:um3io6U4:nicrDUMu"
}


