sodium-extra-fabric
sodium-extra-fabric copied to clipboard
double max render distance to 64
closes #192
Have you tested this code btw?
This PR is incomplete, there are many places where vanilla clamps down the render distance to 32
regardless if you just change the render distance to 64
. There are also many other places where the game is hardcoded to 32
. It is also missing an entry in the mixin config plugin.
I should have commented about this on the original issue. I'm fairly hesitant about trying to even implement this feature because it involves messing with TACS which is a dumpster fire itself.
Edit: This change makes more sense for Bobby.
For users of farsight, using Bobby is out of the question.
This mod increase render distance to 128 https://github.com/RelativityMC/C2ME-fabric/tree/b7ed18cb5b26865d5aaea1b575bd60fef74ceb57/c2me-client-uncapvd/src/main/java/com/ishland/c2me/client/uncapvd/mixin
C2ME has custom chunk loading and things
I'm closing this PR as it's for an outdated branch.