Skip to content

Commit

Permalink
bump mixin java version
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 7, 2024
1 parent e4474bc commit 81354b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Common/src/main/resources/sparkweave.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package": "dev.upcraft.sparkweave.mixin",
"plugin": "dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin",
"refmap": "${mod_id}.refmap.json",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
Expand Down
2 changes: 1 addition & 1 deletion Fabric/src/main/resources/sparkweave.fabric.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package": "dev.upcraft.sparkweave.fabric.mixin",
"plugin": "dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin",
"refmap": "${mod_id}.refmap.json",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"impl.ArgumentTypeInfosAccessor"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minVersion": "0.8",
"package": "dev.upcraft.sparkweave.neoforge.mixin",
"plugin": "dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"internal.DeferredHolderMixin",
"internal.DeferredRegisterMixin",
Expand Down
2 changes: 1 addition & 1 deletion Quilt/src/main/resources/sparkweave.quilt.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package": "dev.upcraft.sparkweave.quilt.mixin",
"plugin": "dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin",
"refmap": "${mod_id}.refmap.json",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"impl.ArgumentTypeInfosAccessor"
],
Expand Down

0 comments on commit 81354b2

Please sign in to comment.