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