Add missing @Override tag
This commit is contained in:
parent
02d17fa03e
commit
2530ec7159
1 changed files with 1 additions and 0 deletions
|
@ -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
|
//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.
|
//it simply be extending BlockLeaves.
|
||||||
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public EnumWorldBlockLayer getBlockLayer()
|
public EnumWorldBlockLayer getBlockLayer()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue