minMeteoriteDistance has no effect, meteorites cluster up/spawn together.
sustained opened this issue ยท 7 comments
Description
Meteorites are spawning in clusters, despite I:minMeteoriteDistance=707
.
This seems to only be happening in Biomes O'Plenty biomes but I can't be sure without more testing.
Reproduction
Well this is a custom/in-development modpack based fairly heavily on FTB Ultimate Reloaded. If you really need I can supply configs and such... I am messing around with CoFH custom World generation a lot so perhaps that is interfering and as mentioned BOP is included and it mostly happens in BOP biomes (needs more testing to verify).
Expected
That minMeteoriteDistance
is respected.
Additional context
Screenshots
Other
- No Crashes.
- Nothing relevant in logs as far as I can tell.
Environment
- Minecraft Version: 1.12.2
- AE2 Version: rv6.stable build 6
- Forge Version: 14.23.5.2838
This looks somewhat like parallel generated chunks. Does BoP generate multiple chunks in parallel?
Normal minecraft does not generate multiple chunks in parallel, only one at a time.
At least some internal Racecondition is failing
I haven't a clue and I can't find any information about it online.
Could this also be the cause/or at least be relevant?
[18:08:53] [Server thread/WARN] [FML]: Astral Sorcery loaded a new chunk [-2, -2] in dimension 0 (overworld) while populating chunk [-3, -2], causing cascading worldgen lag.
[18:08:53] [Server thread/WARN] [FML]: CoFH World loaded a new chunk [-2, 14] in dimension 0 (overworld) while populating chunk [-2, 13], causing cascading worldgen lag.
This might be the cause. But usually cascading world generation still handles one chunk after the other, so the locations of the meteorite drops should be remembered and respected ...
But guess we need to wait for a maintainer to be sure.
I also didn't find anything related to parallel chunk generation for BoP ...
I see. Can we disable or configure said feature?
Also, in that case your minimum meteorite distance configuration variable is useless/irrelevant and should be removed.