tweeked msg
This commit is contained in:
@@ -80,8 +80,8 @@ public class VoxyRenderSystem {
|
|||||||
world.acquireRef();
|
world.acquireRef();
|
||||||
System.gc();
|
System.gc();
|
||||||
|
|
||||||
if (Minecraft.getInstance().gameRenderer.getRenderDistance()<40) {
|
if (Minecraft.getInstance().options.getEffectiveRenderDistance()<3) {
|
||||||
Logger.warn("Having a vanilla render distance of 2 can cause culling issues, please use 3 or more");
|
Logger.warn("Having a vanilla render distance of 2 can cause rare culling near the edge of your screen issues, please use 3 or more");
|
||||||
}
|
}
|
||||||
|
|
||||||
//Fking HATE EVERYTHING AAAAAAAAAAAAAAAA
|
//Fking HATE EVERYTHING AAAAAAAAAAAAAAAA
|
||||||
|
|||||||
Reference in New Issue
Block a user