Update Mixin compat level to JAVA 17.

This commit is contained in:
Tyler Hancock 2022-04-18 22:21:52 -06:00 committed by GitHub
parent 02be8ec9c5
commit a060554f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.example.examplemod.mixin",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
@ -12,4 +12,4 @@
"defaultRequire": 1
}
}