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
@@ -189,6 +189,7 @@ public class BlockLightDetector extends AEBaseTileBlock implements IOrientableBl
return false;
}
@Override
@SideOnly( Side.CLIENT)
public BlockRenderLayer getBlockLayer()
{