SnowyGUI/common/src/main/resources/snowygui-common.mixins.json
Username404-59 c20129457f
Remove refmaps usage
They're not needed anymore in recent minecraft + architectury-loom versions

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

12 lines
209 B
JSON

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