mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-28 14:44:10 +00:00
Add NeoForge
This commit is contained in:
parent
586db38dff
commit
d031876914
13 changed files with 205 additions and 181 deletions
14
common/src/main/resources/optionsprofiles.mixins.json
Normal file
14
common/src/main/resources/optionsprofiles.mixins.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "com.axolotlmaid.optionsprofiles.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"minVersion": "0.8",
|
||||
"client": [
|
||||
"MixinOptionsScreen"
|
||||
],
|
||||
"mixins": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue