Links
Tags
Creators
Details
1.0.0+mc1.19.4
Compatibility
Required content
Changes
Additions
-Added Auto Night Mode
-Verified QuiltMC v0.18.10 compatability
-Added Auto Night Mode category to configuration menu
-Added option to toggle enforcement of Gamma Shifter's max/min values (0% - 2000%)
-Added default keybinds for Preset 1, Preset 2, and Show current gamma (;, ', and m, respectively)
Changes
-Renamed Brightness option to Custom Gamma and updated tooltip
-Changed default max gamma to 2000%
-Changed default custom gamma to 2000%
-Changed default preset values to 500% and 1000%
-Config menu now references "gamma" instead of "brightness"
-Gamma overlay and hotbar message now show when mod effects are disabled
-"Saved options" log message now only appears when closing the game
-Reordered options on HUD configuration page
Fixes
-Fixed bug where buffered inputs for showGammaKey were not flushed
Notes
-Auto Night Mode:
     -Increases/decreases gamma automatically at dusk/dawn
     -Defaults to 300%
     -Stores separate value than used in manual toggling
     -Can be enabled/disabled and customized through ModMenu
     -Disabled by default
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:y3YvmDru:tH1iHcol"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y3YvmDru:tH1iHcol"
}



