Hbm's Nuclear Tech - Extended Edition

Hbm's Nuclear Tech - Extended Edition

415k Downloads

HBM causing Cascading worldgen lag

VanLabyrinth opened this issue · 3 comments

commented

When generating new terrain i get this error:
[05:12:31] [Server thread/WARN] [FML]: HBM's Nuclear Tech - Extended Edition loaded a new chunk [CHUNK CORDS] in dimension 0 (overworld) while populating chunk [-243, -736], causing cascading worldgen lag.
[05:12:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.

I understand that this is a problem with the mods code, but if you do see this could you please supply some more insight into the problem?
thank you

commented

Not a dev but my understanding on cascading worldgen is it can trigger when you have high spawn rates for any structure that overlaps multiple chunks.
so like- spawning a structure creates more chunks, which then triggers more structures with more chunks ect and you get a cascade where the game is just sitting there spawning further and further chunks ad infinitum.
This is unfortunately kind of a fundamental flaw with MC, again to my limited understanding.

if your tune down generating structures generally (which includes hmb cause the default values are bonkers) it should clear up at some setting

commented
commented

I don't understand why this can't be fixed though. Like, just don't generate part of the structure that is not to be loaded.
Just a bit of math is it not?