RelativityMC / C2ME-fabric

A Fabric mod designed to improve the chunk performance of Minecraft.
MIT License
522 stars 47 forks source link

[Feature Request] Improve client-server chunk relation #316

Open frosthuuund opened 3 months ago

frosthuuund commented 3 months ago

Is your feature request related to a problem? Please describe. I wish some enhancements in terms of client-server communication would be implemented.

Describe the solution you'd like This mod could be improved at the few things: Allow server to sending chunks for client even on server pause. Implement the maximum amount of chunks that could be sent at one moment. Make chunk generation speed separate value from noTickViewDistance.maxConcurrentChunkLoads.

Describe alternatives you've considered Implement the new module in C2ME named "Suspended chunks" which operates chunks which located at reasonable distance from players. These chunks loaded and generated from and for the same storage as regular chunks, but doesn't tick as regular or "No-Tick View Distance" chunks. The usage of this module should be advertised by the server and regulated in config file.

Additional context Below i attached the video that demonstrates that uncontrolled chunk sending to client could cause stutters and freezes. https://files.catbox.moe/tgdgme.mp4