Skip to content

Commit

Permalink
Update Java compatibility level in mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Oct 28, 2024
1 parent 77900f9 commit 43bc29b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.aizistral.nochatreports.forge.mixins",
"compatibilityLevel": "JAVA_18",
"compatibilityLevel": "JAVA_21",
"mixins": [],
"client": [
"client.MixinClientConnection",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.aizistral.nochatreports.neoforge.mixins",
"compatibilityLevel": "JAVA_18",
"compatibilityLevel": "JAVA_21",
"mixins": [],
"client": [
"client.MixinClientConnection",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mixins/common/nochatreports.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.aizistral.nochatreports.common.mixins",
"compatibilityLevel": "JAVA_18",
"compatibilityLevel": "JAVA_21",
"mixins": [
"common.MixinServerStatus",
"common.MixinFriendlyByteBuf",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.aizistral.nochatreports.fabric.mixins",
"compatibilityLevel": "JAVA_18",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
Expand Down

0 comments on commit 43bc29b

Please sign in to comment.