FalsePattern / FalseTweaks

Multithreaded rendering plus a large collection of improvements, fixes, optimizations and additions to 1.7.10 clients.
https://falsepattern.com/mc
Other
57 stars 6 forks source link

Is this a client-only mod? #109

Closed pavog closed 9 months ago

pavog commented 1 year ago

From the description I assume that it is a client-only mod, am I right? On https://modrinth.com/mod/falsetweaks it says:

FalsePattern commented 1 year ago

Yes, most of the graphical features and optimizations are only for client side, for serverside optimizations on 1.7.10 you should check out ArchaicFix

pavog commented 1 year ago

Okay, thank you. And why does it say "Client or server" on https://modrinth.com/mod/falsetweaks ?

FalsePattern commented 1 year ago

The startup acceleration module works on serverside too. (https://github.com/FalsePattern/FalseTweaks/tree/master/src/main/java/com/falsepattern/falsetweaks/mixin/mixins/common/startup)

When used in a server instance, only that module gets loaded, the other graphical modules don't activate.