Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 2018-07-18 12:55:52 CEST
  5. Description: Error executing task
  6.  
  7. java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Colliding entity with block
  8. at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  9. at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  10. at net.minecraft.util.Util.runTask(SourceFile:531)
  11. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:723)
  12. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
  13. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185)
  14. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  15. at java.lang.Thread.run(Thread.java:745)
  16. Caused by: net.minecraft.util.ReportedException: Colliding entity with block
  17. at net.minecraft.entity.Entity.move(Entity.java:970)
  18. at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:543)
  19. at net.minecraft.network.play.client.CPacketPlayer.processPacket(SourceFile:126)
  20. at net.minecraft.network.play.client.CPacketPlayer$Position.processPacket(SourceFile:57)
  21. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
  22. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  23. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  24. at net.minecraft.util.Util.runTask(SourceFile:529)
  25. ... 5 more
  26. Caused by: java.lang.IllegalArgumentException: bound must be positive
  27. at java.util.Random.nextInt(Random.java:388)
  28. at net.minecraft.world.gen.ChunkGeneratorOverworld.populate(ChunkGeneratorOverworld.java:439)
  29. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1017)
  30. at net.minecraft.world.chunk.Chunk.populate(Chunk.java:997)
  31. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:157)
  32. at net.minecraft.world.World.getChunkFromChunkCoords(World.java:309)
  33. at net.minecraft.world.World.getChunkFromBlockCoords(World.java:304)
  34. at net.minecraft.world.World.getBlockState(World.java:910)
  35. at com.bloodnbonesgaming.dimensionalcontrol.util.PortalTeleporter.placeInExistingPortal(PortalTeleporter.java:102)
  36. at com.bloodnbonesgaming.dimensionalcontrol.util.PortalTeleporter.placeInPortal(PortalTeleporter.java:43)
  37. at com.bloodnbonesgaming.dimensionalcontrol.util.TeleportUtils.transferEntityToWorld(TeleportUtils.java:194)
  38. at com.bloodnbonesgaming.dimensionalcontrol.util.TeleportUtils.transferPlayerToDimension(TeleportUtils.java:215)
  39. at com.bloodnbonesgaming.dimensionalcontrol.util.TeleportUtils.teleportPlayer(TeleportUtils.java:47)
  40. at com.bloodnbonesgaming.dimensionalcontrol.block.BlockPortalCustom.onEntityCollidedWithBlock(BlockPortalCustom.java:224)
  41. at net.minecraft.entity.Entity.doBlockCollisions(Entity.java:1042)
  42. at net.minecraft.entity.Entity.move(Entity.java:963)
  43. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement