File tree Expand file tree Collapse file tree
src/main/java/com/falsepattern/falsetweaks/mixin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 * along with FalseTweaks. If not, see <https://www.gnu.org/licenses/>.
2121 */
2222
23- package com .falsepattern .falsetweaks .mixin .mixins .common .occlusion ;
23+ package com .falsepattern .falsetweaks .mixin .mixins .common .camera ;
2424
2525import com .falsepattern .falsetweaks .config .RenderDistanceConfig ;
2626import org .spongepowered .asm .mixin .Dynamic ;
3131import net .minecraft .server .management .PlayerManager ;
3232
3333@ Mixin (PlayerManager .class )
34- public abstract class PlayerManagerMixin {
34+ public abstract class UnlockRD_PlayerManagerMixin {
3535 @ Dynamic
3636 @ ModifyConstant (method = "func_152622_a" ,
3737 constant = {@ Constant (intValue = 20 ,
Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ public enum Mixin implements IMixins {
130130 RenderDistance (Phase .EARLY ,
131131 () -> ModuleConfig .UNLOCK_RENDER_DISTANCE ,
132132 client ("camera.UnlockRD_GameSettingsMixin" ,
133- "camera.UnlockRD_GameSettingsOptionsMixin" )),
133+ "camera.UnlockRD_GameSettingsOptionsMixin" ),
134+ common ("camera.UnlockRD_PlayerManagerMixin" )),
134135
135136 ThreadedUpdates (Phase .EARLY ,
136137 ModuleConfig ::THREADED_CHUNK_UPDATES ,
You can’t perform that action at this time.
0 commit comments