This commit is contained in:
Anuken
2019-09-24 19:16:12 -04:00
parent 5b0250ee74
commit 83dce4d8d2
3 changed files with 15 additions and 3 deletions

View File

@@ -915,7 +915,7 @@ public class Blocks implements ContentList{
junction = new Junction("junction"){{
requirements(Category.distribution, ItemStack.with(Items.copper, 1), true);
speed = 26;
capacity = 15;
capacity = 12;
health = 30;
}};
@@ -923,7 +923,7 @@ public class Blocks implements ContentList{
requirements(Category.distribution, ItemStack.with(Items.lead, 4, Items.copper, 4));
range = 4;
speed = 70f;
bufferCapacity = 15;
bufferCapacity = 14;
}};
phaseConveyor = new ItemBridge("phase-conveyor"){{