Fixes glass rendering and item model for vibrant glass.

This commit is contained in:
Sebastian Hartte 2016-08-26 00:45:04 +02:00
parent d65263f319
commit e1e649caf7
2 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class BlockQuartzGlass extends AEBaseBlock
}
@Override
public IBlockState getExtendedState( IBlockState state, IBlockAccess world, BlockPos pos )
public IBlockState getActualState( IBlockState state, IBlockAccess world, BlockPos pos )
{
for( EnumFacing facing : EnumFacing.values() )
{