Revert compatibilityLevel bump

Using JAVA_17 is currently broken with the production server and not necessarily indicated by how Mixin treats this field
This commit is contained in:
Player 2021-11-17 02:15:46 +00:00 committed by c0de
parent f64a1af368
commit 257a042d2d

View File

@ -2,7 +2,7 @@
"required": true, "required": true,
"minVersion": "0.8", "minVersion": "0.8",
"package": "net.fabricmc.example.mixin", "package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_17", "compatibilityLevel": "JAVA_16",
"mixins": [ "mixins": [
], ],
"client": [ "client": [