ForestryMC / Binnie

Minecraft addons for the Forestry mod. Extra Bees, Extra Trees, Genetics, and more.
https://minecraft.curseforge.com/projects/binnies-mods
Other
69 stars 78 forks source link

Fix Cascading World Gen Lag #539

Closed adventurerok closed 6 years ago

adventurerok commented 6 years ago

So I've seen quite a few messages in my server console about Binnie Core loading a new chunk causing cascading worldgen lag. Upon further investigation, this is due to a missing offset in the hive generator. When a chunk is populated, an offset of +8 is required to the x and z coords as it is actually the intersection of 4 chunks that is populated. See this reddit post for a detailed explanation.

mezz commented 6 years ago

Thanks! I think this is going to be fixed as part of https://github.com/ForestryMC/Binnie/pull/486, but it still has some things to fix before it can be merged.