Skip to content

Commit

Permalink
Update mixin compatibility versions
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Sep 12, 2024
1 parent 6ce8a56 commit cd56f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/genshinstrument.optional.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": false,
"package": "com.cstav.genshinstrument.mixin.optional",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"client": [
"InstrumentAnimMixin",
"ItemRendererMixin",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/genshinstrument.required.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "com.cstav.genshinstrument.mixin.required",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"client": [

],
Expand Down

0 comments on commit cd56f66

Please sign in to comment.