Fixed hull stair invalid lightning when disabling smooth lighting
This commit is contained in:
parent
0818883334
commit
fb9f28eb63
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ public class BlockHullStairs extends BlockStairs implements IBlockBase, IDamageR
|
|||
public BlockHullStairs(final String registryName, final EnumTier enumTier, final IBlockState blockStateHull) {
|
||||
super(blockStateHull);
|
||||
|
||||
this.useNeighborBrightness = true;
|
||||
|
||||
this.blockStateHull = blockStateHull;
|
||||
this.enumTier = enumTier;
|
||||
setCreativeTab(WarpDrive.creativeTabHull);
|
||||
|
|
Loading…
Reference in a new issue