Make Glow Plastic microblocks glow.

This commit is contained in:
Ben Spiers 2014-08-13 03:37:05 +01:00
parent 22d80c2953
commit 9739068822

View file

@ -103,7 +103,7 @@ public class BlockPlastic extends Block
}
@Override
public int getLightValue(IBlockAccess world, int x, int y, int z)
public int getLightValue()
{
if(this == MekanismBlocks.GlowPlasticBlock)
{