Some more 'fragile' blocks

This commit is contained in:
Anuken
2026-01-12 13:10:05 -05:00
parent 03260f60cd
commit 2b6df1d328

View File

@@ -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"){{