Skip to content

Commit

Permalink
update mixin compatibility level to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 11, 2024
1 parent d3450ed commit b98ece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ok_zoomer.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "io.github.ennuil.ok_zoomer.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"client": [
"AbstractClientPlayerMixin",
"EditBoxAccessor",
Expand Down

0 comments on commit b98ece3

Please sign in to comment.