Posted March 19, 201312 yr After unloading a hotloadable world, chunks seem to be removed from the ChunkProviderServer loadedChunkHashMap only to be re-added again by ChunkProviderServer.loadChunk. After not finding the chunk in the hashmap (because it was just removed), ChunkProviderServer.loadChunk provides a new chunk and adds it to the hashmap. Is this a bug, or something I'm doing incorrectly? Thanks
March 19, 201312 yr Chunks are loaded on the fly for anything that access it. It sounds like you still have something running thats accessing that world and looking up information on it. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
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.