real_shadowman

Untitled

Aug 28th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. java.lang.ClassCastException: org.cyclops.evilcraft.entity.monster.VengeanceSpirit cannot be cast to net.minecraft.entity.player.EntityPlayer
  2. at com.lothrazar.cyclicmagic.potion.effect.PotionSaturation.tick(PotionSaturation.java:51)
  3. at com.lothrazar.cyclicmagic.potion.EventPotionTick.onEntityUpdate(EventPotionTick.java:45)
  4. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1757_EventPotionTick_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  6. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  7. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:581)
  8. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2095)
  9. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  10. at org.cyclops.evilcraft.core.monster.EntityNoMob.func_70071_h_(EntityNoMob.java:64)
  11. at net.minecraft.world.World.func_72866_a(World.java:1996)
  12. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  13. at net.minecraft.world.World.func_72870_g(World.java:1958)
  14. at net.minecraft.world.World.func_72939_s(World.java:1762)
  15. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  16. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  17. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  18. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  19. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  20. at java.lang.Thread.run(Thread.java:750)
  21.  
Advertisement
Add Comment
Please, Sign In to add comment