Advertisement
GedeonGrays

Untitled

Oct 13th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 13.10.19 16:47
  5. Description: Ticking entity
  6.  
  7. java.lang.IllegalStateException: e must not be null
  8. at alfheim.common.entity.boss.EntityFlugel.func_70097_a(EntityFlugel.kt:123)
  9. at alfheim.common.entity.spell.EntitySpellGravityTrap.func_70030_z(EntitySpellGravityTrap.kt:43)
  10. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:417)
  11. at net.minecraft.world.World.func_72866_a(World.java:2740)
  12. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:877)
  13. at net.minecraft.world.World.func_72870_g(World.java:2678)
  14. at net.minecraft.world.World.func_72939_s(World.java:2480)
  15. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673)
  16. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986)
  17. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  18. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  19. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  20. at java.lang.Thread.run(Thread.java:748)
  21.  
  22.  
  23. A detailed walkthrough of the error, its code path and all known details is as follows:
  24. ---------------------------------------------------------------------------------------
  25.  
  26. -- Head --
  27. Stacktrace:
  28. at alfheim.common.entity.boss.EntityFlugel.func_70097_a(EntityFlugel.kt:123)
  29. at alfheim.common.entity.spell.EntitySpellGravityTrap.func_70030_z(EntitySpellGravityTrap.kt:43)
  30. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:417)
  31. at net.minecraft.world.World.func_72866_a(World.java:2740)
  32. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:877)
  33. at net.minecraft.world.World.func_72870_g(World.java:2678)
  34.  
  35. -- Entity being ticked --
  36. Details:
  37. Entity Type: alfheim:SpellGravityTrap (alfheim.common.entity.spell.EntitySpellGravityTrap)
  38. Entity ID: 148
  39. Entity Name: Gravity Trap
  40. Entity's Exact location: -3637,49, 135,78, -234,88
  41. Entity's Block location: World: (-3638,135,-235), Chunk: (at 10,8,5 in -228,-15; contains blocks -3648,0,-240 to -3633,255,-225), Region: (-8,-1; contains chunks -256,-32 to -225,-1, blocks -4096,0,-512 to -3585,255,-1)
  42. Entity's Momentum: 0,00, 0,00, 0,00
  43. Stacktrace:
  44. at net.minecraft.world.World.func_72939_s(World.java:2480)
  45. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673)
  46.  
  47. -- Affected level --
  48. Details:
  49. Level name: DIM-105
  50. All players: 2 total; [EntityPlayerMP['KAIIIAK'/106, l='DIM-105', x=-3637,03, y=137,63, z=-241,09](KAIIIAK at -3637.0293171754897,137.62574533178125,-241.08790607239385), EntityPlayerMP['Gedeon_Grays'/143, l='DIM-105', x=-3623,01, y=137,51, z=-246,31](Gedeon_Grays at -3623.013082720034,137.51276577876246,-246.30654447819532)]
  51. Chunk stats: ServerChunkCache: 342 Drop: 0
  52. Level seed: -4164324501744895669
  53. Level generator: ID 00 - default, ver 1. Features enabled: true
  54. Level generator options:
  55. Level spawn location: World: (-3618,72,-325), Chunk: (at 14,4,11 in -227,-21; contains blocks -3632,0,-336 to -3617,255,-321), Region: (-8,-1; contains chunks -256,-32 to -225,-1, blocks -4096,0,-512 to -3585,255,-1)
  56. Level time: 7166929 game time, 4194000 day time
  57. Level dimension: -105
  58. Level storage version: 0x04ABD - Anvil
  59. Level weather: Rain time: 82916 (now: false), thunder time: 28909 (now: false)
  60. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  61. Stacktrace:
  62. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986)
  63. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  64. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  65. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  66. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement