Light opacity tweak on stairs

This commit is contained in:
Kino 2017-03-02 22:22:18 -05:00
parent 001396d754
commit 55b953512f

View file

@ -9,6 +9,7 @@ public class BlockAetherStairs extends BlockStairs
public BlockAetherStairs(IBlockState modelState)
{
super(modelState);
this.setLightOpacity(0);
}
}