Integration init fixes

This commit is contained in:
paulevsGitch 2021-06-17 23:21:28 +03:00
parent 42feb6d4b8
commit 417156fd55
7 changed files with 18 additions and 22 deletions

View file

@ -5,7 +5,6 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"ComposterBlockAccessor",
"EntrypointServerMixin",
"PotionBrewingAccessor",
"RecipeManagerAccessor",
"EnchantmentMenuMixin",

View file

@ -25,6 +25,9 @@
],
"client": [
"ru.bclib.client.BCLibClient"
],
"server": [
"ru.bclib.server.BCLibServer"
]
},
"mixins": [