Mixin Compat Level

This commit is contained in:
Frank 2021-12-01 05:19:31 +01:00
parent 0b560b6dce
commit 3b672af0f8
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "ru.bclib.mixin.client",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"client": [
"AnvilScreenMixin",
"BackgroundRendererMixin",

View file

@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "ru.bclib.mixin.common",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"mixins": [
"AnvilBlockMixin",
"AnvilMenuMixin",