You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[14:03:14] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@4f73c3d3:
java.lang.ClassCastException: net.minecraft.entity.monster.EntityZombie cannot be cast to net.minecraft.entity.player.EntityPlayer
at com.lothrazar.cyclicmagic.potion.effect.PotionSaturation.tick(PotionSaturation.java:51) ~[PotionSaturation.class:?]
at com.lothrazar.cyclicmagic.potion.EventPotionTick.onEntityUpdate(EventPotionTick.java:45) ~[EventPotionTick.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1757_EventPotionTick_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:581) [ForgeHooks.class:14.23.5.2854]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2095) [vp.class:?]
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) [vq.class:?]
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) [ade.class:?]
at net.minecraft.world.World.func_72866_a(World.java:1996) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1958) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1762) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_372]
The text was updated successfully, but these errors were encountered:
Bug Report
Servers will enter a crash loop when a mob enters a chance cube's potion spray.
Steps to Reproduce (for bugs)
Logs
Client Information
Additional Info
The actual problem (according to my server):
The text was updated successfully, but these errors were encountered: