options-profiles/forge/src/main/resources/optionsprofiles.mixins.json
2023-11-19 14:39:48 +00:00

13 lines
No EOL
224 B
JSON

{
"required": true,
"package": "com.axolotlmaid.optionsprofiles.mixin.forge",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
],
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}