Added missing @Override annotations

This commit is contained in:
yueh
2016-09-17 17:00:10 +02:00
parent 2e7efb3660
commit 035dc244ff
12 changed files with 15 additions and 0 deletions
@@ -214,6 +214,7 @@ public class BlockQuartzFixture extends AEBaseBlock implements IOrientableBlock,
return false;
}
@Override
@SideOnly(Side.CLIENT)
public BlockRenderLayer getBlockLayer()
{