small fixes to tree generator new tree cutter

This commit is contained in:
Leonardo
2021-08-24 01:54:01 +02:00
parent bbf99ed145
commit bd305a0269
4 changed files with 43 additions and 37 deletions
@@ -439,8 +439,8 @@ public class LodRenderer
if (fogQuality == FogQuality.FANCY)
{
RenderSystem.fogStart(farPlaneBlockDistance * 1.5f);
RenderSystem.fogEnd(farPlaneBlockDistance * 2.0f);
RenderSystem.fogStart(farPlaneBlockDistance * 0.9f);
RenderSystem.fogEnd(farPlaneBlockDistance * 1f);
} else if (fogQuality == FogQuality.FAST)
{
// for the far fog of the normal chunks