Fixed Speaker being recognized as Disk Drive. Massive thanks to @SquidDev

This commit is contained in:
Restioson 2017-05-07 17:48:06 +02:00
parent 6cf1801f7e
commit a748d0167b
1 changed files with 4 additions and 0 deletions

View File

@ -502,6 +502,10 @@ else if( dir == EnumFacing.UP )
{
return getDefaultState().withProperty( Properties.VARIANT, BlockPeripheralVariant.AdvancedMonitor );
}
case Speaker:
{
return getDefaultState().withProperty( Properties.VARIANT, BlockPeripheralVariant.Speaker );
}
}
}