Made junction harder to spam

This commit is contained in:
Anuken
2019-12-30 12:49:27 -05:00
parent 44ef5148b4
commit f2e1d17ce9
2 changed files with 2 additions and 2 deletions

View File

@ -902,6 +902,7 @@ public class Blocks implements ContentList{
speed = 26;
capacity = 12;
health = 30;
buildCostMultiplier = 4f;
}};
itemBridge = new BufferedItemBridge("bridge-conveyor"){{
@ -930,7 +931,6 @@ public class Blocks implements ContentList{
router = new Router("router"){{
requirements(Category.distribution, ItemStack.with(Items.copper, 3));
}};
distributor = new Router("distributor"){{