From 411399e96f451c572fe3e5a0fb67d7c7e4b1927f Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 1 Feb 2023 14:18:29 -0500 Subject: [PATCH] Fixed #8211 --- core/src/mindustry/content/Blocks.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 2ad1f08e85..181c1e6045 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4081,6 +4081,7 @@ public class Blocks{ liquidConsumed = 10f / 60f; targetInterval = 5f; + targetUnderBlocks = false; float r = range = 130f;