FxMorin / MoreCulling

Stop rendering things you can't see. A mod that changes how multiple types of culling are handled in order to improve performance
https://modrinth.com/mod/moreculling
GNU General Public License v3.0
151 stars 32 forks source link

Can this mod be used on servers? #253

Closed Legendmanj closed 5 months ago

Legendmanj commented 5 months ago

Can this mod be used on the server and not the client to have the same impact of not rendering things that the player can't see? if yes, please let me know if no, can it please be implemented to have a performance improvement on the server?

Thank You

LordEnder-Kitty commented 5 months ago

That is just not how that works. All rendering is client side only. The only way to make the server able to tell the client not to render something, like the invisibility effect, the client is just checking if the player has invisibility and the server is probably just sending player data to the client, but it has nothing to do with the actual rendering.

FxMorin commented 5 months ago

^ Its client-side only