Fixed transporter scanner rendering regression introduced in 1.5.4
This commit is contained in:
parent
e9ba3af0b1
commit
8bea9987b5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class BlockTransporterScanner extends BlockAbstractBase {
|
|||
|
||||
@Override
|
||||
public int getLightValue(@Nonnull final IBlockState blockState, final IBlockAccess blockAccess, @Nonnull final BlockPos blockPos) {
|
||||
return blockState.getValue(BlockProperties.ACTIVE) ? 6 : 0;
|
||||
return blockState.getValue(BlockProperties.ACTIVE) ? 13 : 0;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
|
|
Loading…
Add table
Reference in a new issue