Serpulo transport stuff + qol (#10706)
* death penalty, instant * idk if to leave to exactly 11/s or 12/s * yass display changes * broke * hhh * a * welp, good enough * ok fixed * totally not stealing from foos. Yup * revert dump * a
This commit is contained in:
@@ -1937,7 +1937,7 @@ public class Blocks{
|
||||
}};
|
||||
|
||||
junction = new Junction("junction"){{
|
||||
requirements(Category.distribution, with(Items.copper, 2));
|
||||
requirements(Category.distribution, with(Items.copper, 3));
|
||||
speed = 26;
|
||||
capacity = 6;
|
||||
health = 30;
|
||||
@@ -1956,6 +1956,7 @@ public class Blocks{
|
||||
phaseConveyor = new ItemBridge("phase-conveyor"){{
|
||||
requirements(Category.distribution, with(Items.phaseFabric, 5, Items.silicon, 7, Items.lead, 10, Items.graphite, 10));
|
||||
range = 12;
|
||||
transportTime = 2f;
|
||||
arrowPeriod = 0.9f;
|
||||
arrowTimeScl = 2.75f;
|
||||
hasPower = true;
|
||||
|
||||
Reference in New Issue
Block a user