Change compatibility level in mixins.json to JAVA_17 for Forge
This commit is contained in:
parent
01ab8518f4
commit
55e941b6f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"required": true,
|
"required": true,
|
||||||
"package": "com.axolotlmaid.optionsprofiles.mixin",
|
"package": "com.axolotlmaid.optionsprofiles.mixin",
|
||||||
"compatibilityLevel": "JAVA_21",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"client": [
|
"client": [
|
||||||
"MixinOptionsScreen"
|
"MixinOptionsScreen"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue