Decreased junction item capacity

This commit is contained in:
Anuken
2020-12-10 09:58:09 -05:00
parent dcc4764914
commit 28e18332a0

View File

@@ -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;
}}; }};