Posted December 13, 20159 yr Hi, I've been having some problems with getPendingBlockUpdates() from the WorldServer class causing excessive lag on a modded Minecraft server. Profiling it simply says that the method itself is the source of lag, no specific mod is named. I was considering disabling the saving of "TileTicks" to world NBT files entirely (http://minecraft.gamepedia.com/Chunk_format#Tile_tick_format). Does anyone know if this would cause serious problems for tile entities, other than redstone being slightly out of sync on a modded server?
December 14, 20159 yr Author I've disabled it and noticed no adverse effects...hopefully nothing happens!
December 16, 20159 yr Author Update: After several days of running the server with TileTick saving completely disabled, I have noticed the following when the server restarts: Sand + other blocks that were falling [/i]do not finish falling Redstone circuits might get "stuck" or reset I haven't noticed anything wrong with other Tile Entities, so I think it's safe to say that the effect was minimal. I will provide another update if I find the source of the getPendingBlockUpdates() lag.
December 22, 20159 yr Author Update: There still haven't been any significant negative effects. Will post another update if anything happens.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.