diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index d3b490d638..33535689e9 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -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; }}; diff --git a/gradle.properties b/gradle.properties index 642a858614..9574a5fa32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=b334b4d65bd7ac6d83315d9c09610950d40eb030 +archash=b35bc6c3431e51204335b9b9378451cc320df575