Set mixin compat level to 17

This commit is contained in:
IzzelAliz 2022-09-04 15:11:47 +08:00
parent c032dc3852
commit 62837c2609
No known key found for this signature in database
GPG Key ID: EE50E123A11D8338
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"injectors": {
"defaultRequire": 1
},
"compatibilityLevel": "JAVA_11",
"compatibilityLevel": "JAVA_17",
"mixins": [
"BukkitCommandWrapperMixin",
"ColouredConsoleSenderMixin",

View File

@ -14,7 +14,7 @@
"conformVisibility": true
},
"mixinPriority": 500,
"compatibilityLevel": "JAVA_11",
"compatibilityLevel": "JAVA_17",
"mixins": [
"advancements.AdvancementMixin",
"commands.CommandsMixin",

View File

@ -8,7 +8,7 @@
"injectors": {
"defaultRequire": 1
},
"compatibilityLevel": "JAVA_11",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ForgeEventFactoryMixin",
"ForgeHooksMixin",

View File

@ -3,7 +3,7 @@
"package": "io.izzel.arclight.common.mixin.optimization.general",
"target": "@env(DEFAULT)",
"refmap": "mixins.arclight.refmap.json",
"compatibilityLevel": "JAVA_11",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ClassInheritanceMultiMapMixin",
"EntityDataManagerMixin_Optimize",