Fixed some boot-crashes
This commit is contained in:
parent
54bbb75d77
commit
277dcc04b7
9 changed files with 51 additions and 45 deletions
|
@ -4,6 +4,7 @@
|
|||
"package": "ru.betterend.mixin.common",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"LevelMixin",
|
||||
"NoiseBasedChunkGeneratorAccessor",
|
||||
"NoiseGeneratorSettingsMixin",
|
||||
"NoiseInterpolatorAccessor",
|
||||
|
@ -17,7 +18,6 @@
|
|||
"WorldGenRegionMixin",
|
||||
"BlockBehaviourMixin",
|
||||
"NoiseChunkAccessor",
|
||||
"DimensionTypeMixin",
|
||||
"CraftingMenuMixin",
|
||||
"LivingEntityMixin",
|
||||
"ServerPlayerMixin",
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.3",
|
||||
"fabric": ">=0.52.2",
|
||||
"minecraft": "1.19-alpha.22.18a",
|
||||
"fabric": ">=0.52.1",
|
||||
"minecraft": "1.19-alpha.22.18.a",
|
||||
"bclib": "2.0.x"
|
||||
},
|
||||
"suggests": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue