Advertisement
Guest User

Untitled

a guest
Mar 20th, 2014
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 14/03/21 0:55
  5. Description: Ticking entity
  6.  
  7. java.lang.ClassCastException: net.minecraft.entity.item.EntityItemFrame cannot be cast to net.minecraft.entity.EntityLivingBase
  8. at am2.entities.EntityThrownSickle.getThrowingEntity(EntityThrownSickle.java:280)
  9. at am2.entities.EntityThrownSickle.func_70071_h_(EntityThrownSickle.java:113)
  10. at net.minecraft.world.World.func_72866_a(World.java:2926)
  11. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:1006)
  12. at net.minecraft.world.World.func_72870_g(World.java:2872)
  13. at net.minecraft.world.World.func_72939_s(World.java:2686)
  14. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:887)
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  16. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
  18. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Stacktrace:
  26. at am2.entities.EntityThrownSickle.getThrowingEntity(EntityThrownSickle.java:280)
  27. at am2.entities.EntityThrownSickle.func_70071_h_(EntityThrownSickle.java:113)
  28. at net.minecraft.world.World.func_72866_a(World.java:2926)
  29. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:1006)
  30. at net.minecraft.world.World.func_72870_g(World.java:2872)
  31.  
  32. -- Entity being ticked --
  33. Details:
  34. Entity Type: arsmagica2.ThrownSickle (am2.entities.EntityThrownSickle)
  35. Entity ID: 9653
  36. Entity Name: entity.arsmagica2.ThrownSickle.name
  37. Entity's Exact location: 622.56, 62.76, -396.18
  38. Entity's Block location: World: (622,62,-397), Chunk: (at 14,3,3 in 38,-25; contains blocks 608,0,-400 to 623,255,-385), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
  39. Entity's Momentum: -1.83, -0.16, -0.74
  40. Stacktrace:
  41. at net.minecraft.world.World.func_72939_s(World.java:2686)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement