SnowyGUI/common/src/main/resources/snowygui-common.mixins.json
Username404-59 a30fda1262
Use a mixin for the gamma boost feature
Fixes it being reset by the graphics settings screen, and doesn't need to modify the option

Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
2026-02-21 15:06:57 +01:00

13 lines
252 B
JSON

{
"required": true,
"package": "fr.username404.snowygui.mixins",
"compatibilityLevel": "JAVA_18",
"client": [
"GammaMixin"
],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8",
"refmap": "snowygui-common-refmap.json"
}