CaffeineMC / sodium

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.77k stars 810 forks source link

Add a supported way for mods to override the default max render distance #2815

Open mrmangohands opened 1 week ago

mrmangohands commented 1 week ago

Request Description

Mods such as Bobby and C2ME currently need to Mixin to Sodium's options screen in addition to the vanilla one to adjust the max render distance. While adjusting the max render distance above 32 requires changes to the game, currently it doesn't require any in Sodium specifically other than to the options menu. At the time of writing C2ME disables all of its limit removal code in the presence of Bobby, but it should be considered whether a priority system is in scope here.