options-profiles/common/src/main/resources/optionsprofiles.mixins.json
axolotlmaid 2690515316 Add Neoforge and upgrade template
Forge is not working but I can't really do anything about it
2024-06-02 17:27:15 +01:00

14 lines
No EOL
243 B
JSON

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