Draconic Evolution

Draconic Evolution

77M Downloads

chaosIslandSeparation < 430 !!!

andrelec1 opened this issue ยท 0 comments

commented

Base information

  • Minecraft version: 1.12.2
  • Mod version: 1.12.2.3.8.279
  • Minecraft Forge version: 14.23.1.2000

Crash report

[01:03:22] [Server thread/WARN] [FML]: Draconic Evolution loaded a new chunk (-14, -13  Dimension: 1) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.

.... tick over 60 sec, crash for security !

....


Juste for the lulz, in the config file a try some stupid value .... 

chaosIslandSeparation=0  <= crash , log report division by 0 :) 
and if you set this value under 430, when you enter in the dimension, you causing a cascading worldgen :/ while(true) is bad ^^ 

500 is a good minimal value, can you just put something like : 'value < 500 ? 500 : value' ;)