Fix mixin compat level being set to JAVA_16

Delete NoValidConstructorException.java (waste of space smh)
This commit is contained in:
ffrann
2021-06-15 23:39:08 -04:00
parent b6b7a67866
commit 09658ffee6
6 changed files with 5 additions and 11 deletions
@@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "draylar.omegaconfiggui.mixin",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_16",
"mixins": [
"ClickableWidgetInvoker",
"ModMenuAccessor"