xCollateral / VulkanMod

Vulkan renderer mod for Minecraft.
GNU Lesser General Public License v3.0
1.59k stars 181 forks source link

Slow chunk loading #537

Open FosyaFox opened 3 weeks ago

FosyaFox commented 3 weeks ago

Describe the request

Can we have something that slows chunk render to reduce lag spikes on low spec devices.

Felix14-v2 commented 3 weeks ago

To reduce lag spikes you have to slow down the chunk generation serverside, not clientside. You can use ModernFix or ThreadTweak (of you are an advanced user) to reduce the internal server thread priority.