mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-10 18:33:00 +00:00
Fixed Speaker being recognized as Disk Drive. Massive thanks to @SquidDev
This commit is contained in:
@@ -502,6 +502,10 @@ public class BlockPeripheral extends BlockPeripheralBase
|
|||||||
{
|
{
|
||||||
return getDefaultState().withProperty( Properties.VARIANT, BlockPeripheralVariant.AdvancedMonitor );
|
return getDefaultState().withProperty( Properties.VARIANT, BlockPeripheralVariant.AdvancedMonitor );
|
||||||
}
|
}
|
||||||
|
case Speaker:
|
||||||
|
{
|
||||||
|
return getDefaultState().withProperty( Properties.VARIANT, BlockPeripheralVariant.Speaker );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user