Fixed stair lighting issues - Caught this literally 3 seconds before you left cheeserolls

This commit is contained in:
Adubbz 2015-04-04 14:13:40 +11:00
parent a3c8dddaf2
commit 3545c39c32
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ public class BlockBOPStairs extends BlockStairs implements IBOPBlock
public BlockBOPStairs(IBlockState modelState)
{
super(modelState);
this.useNeighborBrightness = true;
}
}