Add missing @Override tag

This commit is contained in:
Cheeserolls 2015-04-05 11:56:27 +01:00
parent 02d17fa03e
commit 2530ec7159
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ public class BlockBOPLeaves extends BlockLeaves implements IBOPBlock
//The fields used by getBlockLayer() and isOpaqueCube() are set externally for Blocks.leaves *specifically*. As a result, we do not inherit
//it simply be extending BlockLeaves.
@Override
@SideOnly(Side.CLIENT)
public EnumWorldBlockLayer getBlockLayer()
{