Fix #2582.
This commit is contained in:
parent
aad7319590
commit
9bf8885297
1 changed files with 5 additions and 0 deletions
|
@ -156,4 +156,9 @@ public class BlockLaser extends BlockBuildCraft implements ICustomHighlight {
|
|||
public boolean isSideSolid(IBlockAccess world, int x, int y, int z, ForgeDirection side) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldSideBeRendered(IBlockAccess world, int x, int y, int z, int side) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue