Base part fixes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
core/assets/baseparts/flareBaseOne.msch
Normal file
BIN
core/assets/baseparts/flareBaseOne.msch
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1935,12 +1935,13 @@ public class Blocks{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
itemBridge = new BufferedItemBridge("bridge-conveyor"){{
|
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;
|
fadeIn = moveArrows = false;
|
||||||
range = 4;
|
range = 4;
|
||||||
speed = 74f;
|
speed = 74f;
|
||||||
arrowSpacing = 6f;
|
arrowSpacing = 6f;
|
||||||
bufferCapacity = 14;
|
bufferCapacity = 14;
|
||||||
|
buildCostMultiplier = 2f;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
phaseConveyor = new ItemBridge("phase-conveyor"){{
|
phaseConveyor = new ItemBridge("phase-conveyor"){{
|
||||||
|
|||||||
Reference in New Issue
Block a user