Fixed runtime crashes
This commit is contained in:
parent
770f12ee20
commit
2aa6243f40
5 changed files with 17 additions and 14 deletions
|
@ -2,23 +2,23 @@
|
|||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "ru.betterend.mixin.client",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"AbstractSoundInstanceAccessor",
|
||||
"ClientPlayNetworkHandlerMixin",
|
||||
"HumanoidMobRendererMixin",
|
||||
"ArmorStandRendererMixin",
|
||||
"HumanoidMobRendererMixin",
|
||||
"ArmorStandRendererMixin",
|
||||
"ClientRecipeBookMixin",
|
||||
"MinecraftClientMixin",
|
||||
"PlayerRendererMixin",
|
||||
"PlayerRendererMixin",
|
||||
"WorldRendererMixin",
|
||||
"MusicTrackerMixin",
|
||||
"AnvilScreenMixin",
|
||||
"BiomeColorsMixin",
|
||||
"ModelLoaderMixin",
|
||||
"LocalPlayerMixin",
|
||||
"CapeLayerMixin",
|
||||
"ItemStackMixin"
|
||||
"LocalPlayerMixin",
|
||||
"CapeLayerMixin",
|
||||
"ItemStackMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "ru.betterend.mixin.common",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BiomeGenerationSettingsAccessor",
|
||||
"NoiseBasedChunkGeneratorMixin",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"CraftingMenuMixin",
|
||||
"LivingEntityMixin",
|
||||
"ServerPlayerMixin",
|
||||
"SpikeFeatureMixin",
|
||||
"SpikeFeatureMixin",
|
||||
"ServerLevelMixin",
|
||||
"PlayerListMixin",
|
||||
"AnvilMenuMixin",
|
||||
|
@ -31,7 +31,8 @@
|
|||
"MonsterMixin",
|
||||
"EntityMixin",
|
||||
"PlayerMixin",
|
||||
"SlimeMixin"
|
||||
"SlimeMixin",
|
||||
"ShuffelingListMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue