Update forge version

This commit is contained in:
modmuss50 2016-12-05 09:19:16 +00:00
parent f1ce404849
commit 40835a2773
5 changed files with 15 additions and 10 deletions

View file

@ -93,7 +93,7 @@ public class BlockMachineCasing extends BlockMultiblockBase {
}
@Override
public boolean canRenderInLayer(BlockRenderLayer layer) {
public boolean canRenderInLayer(IBlockState state, BlockRenderLayer layer) {
return true;
}