Skip to content

Commit 7974908

Browse files
Update mixin compatibilityLevel to Java 21
1 parent f21d92e commit 7974908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/wurst.mixins.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"required": true,
33
"minVersion": "0.8",
44
"package": "net.wurstclient.mixin",
5-
"compatibilityLevel": "JAVA_17",
5+
"compatibilityLevel": "JAVA_21",
66
"mixins": [],
77
"client": [
88
"AbstractBlockStateMixin",

0 commit comments

Comments
 (0)