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
@@ -58,6 +58,7 @@ class BlockRendering implements IBlockRendering
@SideOnly( Side.CLIENT )
private Map<String, IModel> builtInModels = new HashMap<>();
@Override
@SideOnly( Side.CLIENT )
public IBlockRendering modelCustomizer( BiFunction<ModelResourceLocation, IBakedModel, IBakedModel> customizer )
{