diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 58ff4a7c35..9eec1f928b 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -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"){{ diff --git a/gradle.properties b/gradle.properties index 8ed0e699dd..40485198b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=14b6027d79cda5e02d74a7c2f85eb7e768c7abeb +archash=4882a25c74ada2c0aff9dbcf2cef0ab1b7936b67