Unverified Commit 4616cda6 by Player Committed by GitHub

Revert compatibilityLevel bump

Using JAVA_17 is currently broken with the production server and not necessarily indicated by how Mixin treats this field
parent 57e84b57
...@@ -2,7 +2,7 @@ ...@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment