Skip to content

Commit

Permalink
update: mixins compatibilityLevel update
Browse files Browse the repository at this point in the history
  • Loading branch information
myoun committed May 11, 2024
1 parent e174026 commit 4e38323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/modid.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
Expand Down

0 comments on commit 4e38323

Please sign in to comment.