Skip to content

Commit

Permalink
Revert to JAVA_17 compatibility level for mixins for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed May 3, 2024
1 parent f4f0a5d commit 36ca40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fabric/src/main/resources/terrablender_fabric.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "terrablender.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"mixins": [
"MixinMinecraftServer"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "terrablender.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"refmap": "terrablender.refmap.json",
"mixins": [
],
Expand Down

0 comments on commit 36ca40c

Please sign in to comment.