Skip to content

Commit

Permalink
Adding non-opaqueness to Casting Channels
Browse files Browse the repository at this point in the history
  • Loading branch information
konals committed Apr 19, 2014
1 parent ea3dcc4 commit d8370ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/tconstruct/blocks/CastingChannelBlock.java
Expand Up @@ -61,6 +61,12 @@ public boolean renderAsNormalBlock ()
{
return false;
}

@Override
public boolean isOpaqueCube ()
{
return false;
}

public boolean shouldSideBeRendered (IBlockAccess par1IBlockAccess, int par2, int par3, int par4, int par5)
{
Expand Down

0 comments on commit d8370ef

Please sign in to comment.