Skip to content

Commit

Permalink
chore: increase min compat level for mixin to match MC 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 13, 2024
1 parent 0311384 commit b500ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/main/resources/modonomicon.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minVersion": "0.8",
"package": "com.klikli_dev.modonomicon.mixin",
"refmap": "${mod_id}.refmap.json",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/modonomicon.fabric.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minVersion": "0.8",
"package": "com.klikli_dev.modonomicon.mixin",
"refmap": "${mod_id}.refmap.json",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"MixinPlayerAdvancements"
],
Expand Down

0 comments on commit b500ca0

Please sign in to comment.