Fix lighting issue for air related to 4096 fix.

This commit is contained in:
LexManos 2012-08-22 18:34:53 -07:00
parent 3a604ac0fa
commit 7b8914b24f

View file

@ -170,7 +170,6 @@ public class MinecraftForge
Block.blocksList[0] = null;
Block.opaqueCubeLookup[0] = false;
Block.lightOpacity[0] = 0;
Block.canBlockGrass[0] = false;
for (int x = 256; x < 4096; x++)
{