improve rendering, fix lightmap
This commit is contained in:
parent
ec9173433e
commit
0e003971bc
4 changed files with 15 additions and 13 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue