There seems to be an issue between this mod and Gravestone-Extended
RodrigoTaipe93 opened this issue ยท 2 comments
Basically is the following:
-
Error, minecraft engine attempted to populate two chunks at once
Hey @RodrigoTaipe93 , thanks for reporting this. The "Error, minecraft engine attempted to populate two chunks at once" is a warning that shouldn't cause a crash, although can lead to artifacts in terrain generation. It's most likely caused by other mods spawning things in unloaded chunks, which they should'nt do, since it can cause major lag spikes (its called cascading chunk generation).
In order to find out which mod is causing the problem, you can try either removing mods and seeing when the issue disappears, or setting the log level to Trace in mods/OpenTerrainGenerator/OTG.ini file for a stack trace, the stack trace should include the mods making the calls to generate the chunks.