Less junction capacity (again)
This commit is contained in:
@@ -983,7 +983,7 @@ public class Blocks implements ContentList{
|
||||
junction = new Junction("junction"){{
|
||||
requirements(Category.distribution, with(Items.copper, 2), true);
|
||||
speed = 26;
|
||||
capacity = 9;
|
||||
capacity = 8;
|
||||
health = 30;
|
||||
buildCostMultiplier = 6f;
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user