diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/Cables.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/Cables.kt index 0b442eadc..02ba02eed 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/Cables.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/Cables.kt @@ -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) {