Set mixin compat level to 17
This commit is contained in:
parent
c032dc3852
commit
62837c2609
@ -9,7 +9,7 @@
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"compatibilityLevel": "JAVA_11",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"BukkitCommandWrapperMixin",
|
||||
"ColouredConsoleSenderMixin",
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"conformVisibility": true
|
||||
},
|
||||
"mixinPriority": 500,
|
||||
"compatibilityLevel": "JAVA_11",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"advancements.AdvancementMixin",
|
||||
"commands.CommandsMixin",
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"compatibilityLevel": "JAVA_11",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"ForgeEventFactoryMixin",
|
||||
"ForgeHooksMixin",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user