Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. Description: Ticking block entity
  2.  
  3. java.lang.NullPointerException: Ticking block entity
  4. at com.kentington.thaumichorizons.common.tiles.TileVat.func_145845_h(TileVat.java:326)
  5. at net.minecraft.world.World.func_72939_s(World.java:2487)
  6. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:664)
  7. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
  8. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:430)
  9. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  10. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  11. at java.lang.Thread.run(Unknown Source)
  12.  
  13.  
  14. A detailed walkthrough of the error, its code path and all known details is as follows:
  15. ---------------------------------------------------------------------------------------
  16.  
  17. -- Head --
  18. Stacktrace:
  19. at com.kentington.thaumichorizons.common.tiles.TileVat.func_145845_h(TileVat.java:326)
  20.  
  21. -- Block entity being ticked --
  22. Details:
  23. Name: TileVat // com.kentington.thaumichorizons.common.tiles.TileVat
  24. Block type: ID #681 (tile.ThaumicHorizons_vatSolid // com.kentington.thaumichorizons.common.blocks.BlockVatSolid)
  25. Block data value: 7 / 0x7 / 0b0111
  26. Block location: World: (1556,153,1540), Chunk: (at 4,9,4 in 97,96; contains blocks 1552,0,1536 to 1567,255,1551), Region: (3,3; contains chunks 96,96 to 127,127, blocks 1536,0,1536 to 2047,255,2047)
  27. Actual block type: ID #681 (tile.ThaumicHorizons_vatSolid // com.kentington.thaumichorizons.common.blocks.BlockVatSolid)
  28. Actual block data value: 7 / 0x7 / 0b0111
  29. Stacktrace:
  30. at net.minecraft.world.World.func_72939_s(World.java:2487)
  31. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:664)
  32.  
  33. -- Affected level --
  34. Details:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement