Integration init fixes
This commit is contained in:
parent
42feb6d4b8
commit
417156fd55
7 changed files with 18 additions and 22 deletions
|
@ -5,7 +5,6 @@
|
|||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"ComposterBlockAccessor",
|
||||
"EntrypointServerMixin",
|
||||
"PotionBrewingAccessor",
|
||||
"RecipeManagerAccessor",
|
||||
"EnchantmentMenuMixin",
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
],
|
||||
"client": [
|
||||
"ru.bclib.client.BCLibClient"
|
||||
],
|
||||
"server": [
|
||||
"ru.bclib.server.BCLibServer"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue