
Crash while BP is trying to mixin to BeehiveBlockEntity in 1.15.2
TelepathicGrunt opened this issue ยท 3 comments
https://hatebin.com/zuefrgqbrn
org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/block/entity/BeehiveBlockEntity::releaseBee(Lnet/minecraft/block/BlockState;Lnet/minecraft/nbt/CompoundTag;Ljava/util/List;Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;)Z has incompatible changes at opcode 239 in callback net/minecraft/block/entity/BeehiveBlockEntity::applyNectarEffects.
Expected: [Lnet/minecraft/util/math/BlockPos;, Lnet/minecraft/util/math/Direction;, Lnet/minecraft/entity/Entity;, Lnet/minecraft/entity/passive/BeeEntity;]
Found: [Lnet/minecraft/util/math/BlockPos;, Lnet/minecraft/util/math/Direction;, Z, Lnet/minecraft/entity/Entity;]
This is occurring in my development environment with 0.4.32+build.292-1.15 Fabric and 1.0.2+1.15.1 BeeProductive. Please let me know if you need more information or for me to try something!