
1.21 version crashes on start up
TheRedBrain opened this issue ยท 1 comments
This is caused by an invalid mixin.
The mixin at
https://github.com/nyuppo/MobVariants/blob/master/src/main/java/com/github/nyuppo/mixin/MobEntityVariantsMixin.java#L38
has a invalid target definition.
MobEntity.initialize no longer takes a '@ Nullable NbtCompound entityNbt' as the last argument.