Fixed some boot-crashes

This commit is contained in:
Frank 2022-05-17 21:03:08 +02:00
parent 54bbb75d77
commit 277dcc04b7
9 changed files with 51 additions and 45 deletions

View file

@ -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",

View file

@ -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": {