Make Glow Plastic microblocks glow.
This commit is contained in:
parent
22d80c2953
commit
9739068822
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class BlockPlastic extends Block
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getLightValue(IBlockAccess world, int x, int y, int z)
|
public int getLightValue()
|
||||||
{
|
{
|
||||||
if(this == MekanismBlocks.GlowPlasticBlock)
|
if(this == MekanismBlocks.GlowPlasticBlock)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue