mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 08:50:04 -04:00
Fixed keyboards behaving as solid blocks.
This commit is contained in:
parent
3c4e54b987
commit
763f43c00f
@ -31,6 +31,8 @@ class Keyboard extends SimpleBlock(Material.rock) with traits.OmniRotatable {
|
||||
|
||||
override def isFullCube = false
|
||||
|
||||
override def isSideSolid(world: IBlockAccess, pos: BlockPos, side: EnumFacing) = false
|
||||
|
||||
// ----------------------------------------------------------------------- //
|
||||
|
||||
override protected def setDefaultExtendedState(state: IBlockState) = setDefaultState(state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user