Skip to content

Commit

Permalink
Update mixin compatibilityLevel to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Sep 3, 2024
1 parent a663a1c commit b5400ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/mo-glass.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "net.wurstclient.glass.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ChunkLightProviderMixin",
"GlassBlockMixin",
Expand Down

0 comments on commit b5400ce

Please sign in to comment.