Fixed some bootup errors
This commit is contained in:
parent
6c89c76c26
commit
6b63be32b0
6 changed files with 66 additions and 28 deletions
|
@ -4,7 +4,6 @@
|
|||
"package": "ru.betterend.mixin.common",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BiomeGenerationSettingsAccessor",
|
||||
"NoiseBasedChunkGeneratorMixin",
|
||||
"ChorusPlantFeatureMixin",
|
||||
"PlayerAdvancementsMixin",
|
||||
|
@ -25,7 +24,8 @@
|
|||
"MonsterMixin",
|
||||
"EntityMixin",
|
||||
"PlayerMixin",
|
||||
"SlimeMixin"
|
||||
"SlimeMixin",
|
||||
"StructureFeaturesMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue