Skip to content

Commit b5e8a03

Browse files
committed
Mixins use Java 21 compatibility.
1 parent 213315d commit b5e8a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/combat-plus.mixins.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"required": true,
33
"package": "com.provismet.CombatPlusCore.mixin",
4-
"compatibilityLevel": "JAVA_17",
4+
"compatibilityLevel": "JAVA_21",
55
"mixins": [
66
"ItemStackMixin",
77
"PlayerEntityMixin",

0 commit comments

Comments
 (0)