Skip to content

Commit

Permalink
Update Mixin config java compatability level to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilly7CE committed Sep 4, 2024
1 parent 2ec2a1c commit 99f2776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/carpet-addons-not-found.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "carpetaddonsnotfound.mixins",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"DispenserBlock_GetCustomBehaviorMixin",
"EnderEyeItem_EyeToggleMixin",
Expand Down

0 comments on commit 99f2776

Please sign in to comment.