Is it normal it adds overhead in the Nether?
Closed this issue · 1 comments
enmumne commented
SteveKunG commented
All dimensions are already stay loaded, if there are structures around spawn chunk which allows fishes to spawn. addFishSpawn
method would be executed. I've move addFishSpawn
method to SpawnHelper
class instead of ChunkGenerator
. Hopefully it solves minor performance issue.