Guest User

Untitled

a guest
Aug 14th, 2016
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. java.lang.StackOverflowError: Exception while updating neighbours
  2. at java.security.AccessController.doPrivileged(Native Method)
  3. at java.lang.ClassLoader.checkPackageAccess(Unknown Source)
  4. at net.minecraft.world.World.notifyBlockOfStateChange(World.java:586)
  5. at net.minecraft.world.World.notifyNeighborsOfStateChange(World.java:530)
  6. at net.minecraft.world.World.notifyNeighborsRespectDebug(World.java:480)
  7. at net.minecraft.world.World.markAndNotifyBlock(World.java:419)
  8. at net.minecraft.world.World.setBlockState(World.java:400)
  9. at net.minecraft.block.BlockDynamicLiquid.tryFlowInto(BlockDynamicLiquid.java:173)
  10. at net.minecraft.block.BlockDynamicLiquid.updateTick(BlockDynamicLiquid.java:152)
  11. at net.minecraft.world.WorldServer.updateBlockTick(WorldServer.java:574)
  12. at net.minecraft.world.WorldServer.scheduleUpdate(WorldServer.java:548)
  13. at net.minecraft.block.BlockDynamicLiquid.onBlockAdded(BlockDynamicLiquid.java:295)
  14. at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:657)
  15. at net.minecraft.world.World.setBlockState(World.java:382)
  16. at net.minecraft.block.BlockStaticLiquid.updateLiquid(BlockStaticLiquid.java:40)
  17. at net.minecraft.block.BlockStaticLiquid.neighborChanged(BlockStaticLiquid.java:33)
  18. at net.minecraft.block.state.BlockStateContainer$StateImplementation.neighborChanged(BlockStateContainer.java:483)
Advertisement
Add Comment
Please, Sign In to add comment