From 40565b81973ee7ee461f39531597f1bf489ef770 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 25 Sep 2024 14:12:37 -0400 Subject: [PATCH] Reverted conveyor health change due to annoyance --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 505a6a5b57..8afdd13f35 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1889,7 +1889,7 @@ public class Blocks{ titaniumConveyor = new Conveyor("titanium-conveyor"){{ requirements(Category.distribution, with(Items.copper, 1, Items.lead, 1, Items.titanium, 1)); - health = 70; + health = 65; speed = 0.08f; displayedSpeed = 11f; }};