Fish of Thieves

Fish of Thieves

984k Downloads

Is it normal it adds overhead in the Nether?

enmumne opened this issue ยท 1 comments

commented

8o;p9;

I'm over the Nether ceiling testing some stuff... This shows up second in the profiler.

Why should it addFishSpawn here?

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.