Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ```
  2. Attempted to place a tile entity (net.minecraft.server.v1_14_R1.TileEntityShulkerBox@4dc42fa0) at 12064,255,14021 (Block{minecraft:air}) where there was no entity tile!
  3. [05:08:59] [Server thread/INFO]: Chunk coordinates: 12064,14016
  4. [05:08:59] [Server thread/WARN]: java.lang.Exception
  5. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.Chunk.setTileEntity(Chunk.java:462)
  6. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.World.setTileEntity(World.java:969)
  7. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.ItemStack.placeItem(ItemStack.java:228)
  8. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerInteractManager.a(PlayerInteractManager.java:476)
  9. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1273)
  10. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:27)
  11. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1)
  12. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:13)
  13. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18)
  14. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135)
  15. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
  16. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114)
  17. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.aW(MinecraftServer.java:898)
  18. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:891)
  19. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123)
  20. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:875)
  21. [05:08:59] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:808)
  22. [05:08:59] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  23. [05:08:59] [Server thread/WARN]: Block entity invalid: minecraft:shulker_box @ BlockPosition{x=12064, y=255, z=14021}
  24. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement