Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
revert changes to multiplication of render distance
Browse files Browse the repository at this point in the history
  • Loading branch information
DesecratedTree authored Mar 2, 2024
1 parent ad568f7 commit 0825a42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/main/java/ClientConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ public class ClientConfig {
public static final boolean DISABLE_LOBBY = true;
public static final boolean DISABLE_DEFAULT_FPSON = true;
public static final int FOG_DISTANCE_MULTIPLIER = 2;
public static final int RENDER_DISTANCE_MULTIPLIER = 2;

public static final int RENDER_DISTANCE_MULTIPLIER = 3; /* setting this value above 2 will cause clipping issues when "remove roofs" is turned to "always" */
public static final String HOST_ADDRESS = "127.0.0.1";

@OriginalMember(owner = "client!lp", name = "b", descriptor = "Ljava/math/BigInteger;")
Expand Down

0 comments on commit 0825a42

Please sign in to comment.