boosted skylight prediction to 13 so most trees look better

This commit is contained in:
cola98765
2021-10-09 23:22:39 +02:00
parent 27d74958bf
commit ea0ef9e394
@@ -616,7 +616,7 @@ public class LodBuilder
// we don't know what the light here is,
// lets just take a guess
if (blockPos.getY() >= mc.getClientWorld().getSeaLevel() - 5)
skyLight = 10;
skyLight = 13;
else
skyLight = 0;
}