From f4d0dfd0da3aafc198ca252bef3f6213981a0091 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 14 Dec 2020 10:36:37 -0500 Subject: [PATCH] Less junction capacity (again) --- core/src/mindustry/content/Blocks.java | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index f8d021a9a0..d3b490d638 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 = 9; + capacity = 8; health = 30; buildCostMultiplier = 6f; }}; diff --git a/gradle.properties b/gradle.properties index 67c6eec1be..642a858614 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=5d45de2d63d75e9a51a0f38d1cbc572020c2b273 +archash=b334b4d65bd7ac6d83315d9c09610950d40eb030