Update forge and deps
This commit is contained in:
parent
0d52c4515e
commit
e7f9c679df
3 changed files with 6 additions and 6 deletions
|
@ -56,13 +56,13 @@ public class BlockRubberLeaves extends BlockLeaves implements ITexturedBlock, IO
|
|||
@Override
|
||||
public BlockRenderLayer getBlockLayer()
|
||||
{
|
||||
return this.leavesFancy ? BlockRenderLayer.CUTOUT_MIPPED : BlockRenderLayer.SOLID;
|
||||
return BlockRenderLayer.CUTOUT_MIPPED;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isOpaqueCube(IBlockState state)
|
||||
{
|
||||
return Blocks.leaves.isOpaqueCube(state);
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean isFullCube()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue