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

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=14b6027d79cda5e02d74a7c2f85eb7e768c7abeb archash=4882a25c74ada2c0aff9dbcf2cef0ab1b7936b67