Posted July 13, 20178 yr I've noticed a helpful message warning me that my mod loaded a new chunk during chunk population, causing cascading worldgen lag. Which calls can force chunk generation? I've tried removing all references to `World.getChunkFromChunkCoords()`, `World.getChunkFromBlockCoords()`, and `IChunkProvider.provideChunk()`, but it still happens. What other calls should I watch out for? Forge Mod Loader version 13.20.0.2313 for Minecraft 1.11.2
July 13, 20178 yr 1 hour ago, Kenkron said: I've noticed a helpful message warning me that my mod loaded a new chunk during chunk population, causing cascading worldgen lag. Which calls can force chunk generation? I've tried removing all references to `World.getChunkFromChunkCoords()`, `World.getChunkFromBlockCoords()`, and `IChunkProvider.provideChunk()`, but it still happens. What other calls should I watch out for? Forge Mod Loader version 13.20.0.2313 for Minecraft 1.11.2 Any accessing of a Block or TileEntity will require a world to load the chunk. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.