Mixin connection
This commit is contained in:
parent
02477b2e31
commit
8fc439a24d
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"package": "ru.betterend.mixin.common",
|
"package": "ru.betterend.mixin.common",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_8",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"DimensionTypeMixin"
|
"DimensionTypeMixin",
|
||||||
|
"RecipeManagerMixin"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue