Glitchfiend / TerraBlender

TerraBlender is a library mod for adding biomes in a simple and compatible manner with Minecraft's new biome/terrain system.
https://www.curseforge.com/minecraft/mc-mods/terrablender
GNU Lesser General Public License v3.0
91 stars 29 forks source link

Terrible world generation performance after ~1000 game days. #122

Closed KostromDan closed 1 year ago

KostromDan commented 1 year ago

What's the issue you encountered?

Ryzen 7950x 64gb server generates less than 1 chunk per second. Although in the beginning everything was fine and chunks were generated almost instantly. But over time, the generation rate dropped, dropped and dropped to an unbearable limit. After comprehensive testing, it turned out that either BOP or terrablender causes this problem. If you delete BOP, the generation rate will not change. From which I conclude that terrablender is responsible for the terrible performance. Which is strange, considering that he doesn't have to do anything by himself. After terrablender was removed, performance became excellent and chunks began to be generated almost instantly as at the time of the creation of the world.

How can the issue be reproduced?

M-Tech-1.3.11 modpack. https://legacy.curseforge.com/minecraft/modpacks/m-tech-1-19-2 If you need world map, i can share it.

Logs

No response

Mod Version

2.0.1.136

Additional information

Testing: 1)BOP removed 2)BOP and Terrablender removed https://youtu.be/yzRgHx3po9o

KostromDan commented 1 year ago

Maybe it caused because worldtype is large biomes

Adubbz commented 1 year ago

This turned out to be a duplicate of #107