client crashing when balloon generated
radum706 opened this issue ยท 7 comments
java.lang.ClassCastException: mekanism.common.entity.EntityBalloon cannot be cast to net.minecraft.entity.EntityLivingBase
and no one created a balloon
this is happening on minecraft forge 10.13.0.1180 with Mekanism-1.7.10-7.0.0.6
Full log?
Edit: unable to reproduce this when spawning balloons in any fashion.
It seems that another mod is casting Mekanism's balloons to EntityLivingBase, of which they are not. Nothing in my code could cause this on my end.