Destroy cables on piston push instead of block
This commit is contained in:
parent
d84af00876
commit
4e3ca82fc7
@ -44,7 +44,7 @@ abstract class CableBlock(properties: Properties) : MatteryBlock(properties) {
|
||||
override fun hasDynamicShape() = true
|
||||
|
||||
override fun getPistonPushReaction(p_60584_: BlockState): PushReaction {
|
||||
return PushReaction.BLOCK
|
||||
return PushReaction.DESTROY
|
||||
}
|
||||
|
||||
override fun createBlockStateDefinition(builder: StateDefinition.Builder<Block, BlockState>) {
|
||||
|
Loading…
Reference in New Issue
Block a user