Skip to content

Commit

Permalink
fix: forget change mixin java compatibilityLevel in fabric mixin config
Browse files Browse the repository at this point in the history
  • Loading branch information
boholder committed Jul 21, 2024
1 parent 5da232e commit c9218e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/minecraft_access.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.github.khanshoaib3.minecraft_access.fabric.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
Expand Down

0 comments on commit c9218e7

Please sign in to comment.