Update forge and deps

This commit is contained in:
modmuss50 2016-04-23 13:05:39 +01:00
parent 0d52c4515e
commit e7f9c679df
No known key found for this signature in database
GPG key ID: 1838986A0F12E8EE
3 changed files with 6 additions and 6 deletions

View file

@ -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()