Fix lighting issue for air related to 4096 fix.
This commit is contained in:
parent
3a604ac0fa
commit
7b8914b24f
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ public class MinecraftForge
|
||||||
Block.blocksList[0] = null;
|
Block.blocksList[0] = null;
|
||||||
Block.opaqueCubeLookup[0] = false;
|
Block.opaqueCubeLookup[0] = false;
|
||||||
Block.lightOpacity[0] = 0;
|
Block.lightOpacity[0] = 0;
|
||||||
Block.canBlockGrass[0] = false;
|
|
||||||
|
|
||||||
for (int x = 256; x < 4096; x++)
|
for (int x = 256; x < 4096; x++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue