Set mixin compat level to 17
This commit is contained in:
parent
c032dc3852
commit
62837c2609
@ -9,7 +9,7 @@
|
|||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
},
|
},
|
||||||
"compatibilityLevel": "JAVA_11",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"BukkitCommandWrapperMixin",
|
"BukkitCommandWrapperMixin",
|
||||||
"ColouredConsoleSenderMixin",
|
"ColouredConsoleSenderMixin",
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
"conformVisibility": true
|
"conformVisibility": true
|
||||||
},
|
},
|
||||||
"mixinPriority": 500,
|
"mixinPriority": 500,
|
||||||
"compatibilityLevel": "JAVA_11",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"advancements.AdvancementMixin",
|
"advancements.AdvancementMixin",
|
||||||
"commands.CommandsMixin",
|
"commands.CommandsMixin",
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
},
|
},
|
||||||
"compatibilityLevel": "JAVA_11",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"ForgeEventFactoryMixin",
|
"ForgeEventFactoryMixin",
|
||||||
"ForgeHooksMixin",
|
"ForgeHooksMixin",
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"package": "io.izzel.arclight.common.mixin.optimization.general",
|
"package": "io.izzel.arclight.common.mixin.optimization.general",
|
||||||
"target": "@env(DEFAULT)",
|
"target": "@env(DEFAULT)",
|
||||||
"refmap": "mixins.arclight.refmap.json",
|
"refmap": "mixins.arclight.refmap.json",
|
||||||
"compatibilityLevel": "JAVA_11",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"ClassInheritanceMultiMapMixin",
|
"ClassInheritanceMultiMapMixin",
|
||||||
"EntityDataManagerMixin_Optimize",
|
"EntityDataManagerMixin_Optimize",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user