Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.4.x
This commit is contained in:
commit
3608844213
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) {
|
public boolean isSideSolid(IBlockAccess world, int x, int y, int z, ForgeDirection side) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean shouldSideBeRendered(IBlockAccess world, int x, int y, int z, int side) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue