From 2b6df1d3283713b3c8ee591ef388c6b95a401862 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 12 Jan 2026 13:10:05 -0500 Subject: [PATCH] Some more 'fragile' blocks --- core/src/mindustry/content/Blocks.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 0a2e09fd21..93338bddf1 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -2120,6 +2120,7 @@ public class Blocks{ speed = 74f; arrowSpacing = 6f; bufferCapacity = 14; + crushFragile = true; }}; phaseConveyor = new ItemBridge("phase-conveyor"){{ @@ -2231,6 +2232,7 @@ public class Blocks{ speed = 4f; buildCostMultiplier = 2f; researchCostMultiplier = 0.3f; + crushFragile = true; }}; ductUnloader = new DirectionalUnloader("duct-unloader"){{