1
0
Fork 0

improve rendering, fix lightmap

This commit is contained in:
Sen 2025-08-31 01:07:13 +02:00
parent ec9173433e
commit 0e003971bc
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
4 changed files with 15 additions and 13 deletions

View file

@ -3724,7 +3724,7 @@ public class Renderer {
double d0 = (double)blockPosIn.getX();
double d1 = (double)blockPosIn.getY();
double d2 = (double)blockPosIn.getZ();
float f11 = 0.001F;
float f11 = 0.0F;
if (up)
{