forked from ChomeNS/chipmunkmod
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:
parent
57e84b576d
commit
4616cda6ce
1 changed files with 1 additions and 1 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Reference in a new issue