Fixed jitpack build error

This commit is contained in:
Anuken
2020-12-14 13:42:48 -05:00
parent 16f7a8e9d2
commit cec1eb5608
2 changed files with 2 additions and 2 deletions

View File

@@ -983,7 +983,7 @@ public class Blocks implements ContentList{
junction = new Junction("junction"){{
requirements(Category.distribution, with(Items.copper, 2), true);
speed = 26;
capacity = 8;
capacity = 6;
health = 30;
buildCostMultiplier = 6f;
}};