Base part fixes

This commit is contained in:
Anuken
2025-02-06 20:44:25 -05:00
parent 5fca75734c
commit e630f21aae
10 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -1935,12 +1935,13 @@ public class Blocks{
}};
itemBridge = new BufferedItemBridge("bridge-conveyor"){{
requirements(Category.distribution, with(Items.lead, 6, Items.copper, 6));
requirements(Category.distribution, with(Items.lead, 10, Items.copper, 10));
fadeIn = moveArrows = false;
range = 4;
speed = 74f;
arrowSpacing = 6f;
bufferCapacity = 14;
buildCostMultiplier = 2f;
}};
phaseConveyor = new ItemBridge("phase-conveyor"){{