0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Update mixin compatibilityLevel to Java 21

This commit is contained in:
Alexander01998 2024-09-03 15:59:17 +02:00
parent f21d92e21d
commit 7974908f8e

View File

@ -2,7 +2,7 @@
"required": true, "required": true,
"minVersion": "0.8", "minVersion": "0.8",
"package": "net.wurstclient.mixin", "package": "net.wurstclient.mixin",
"compatibilityLevel": "JAVA_17", "compatibilityLevel": "JAVA_21",
"mixins": [], "mixins": [],
"client": [ "client": [
"AbstractBlockStateMixin", "AbstractBlockStateMixin",