From 451852ca9760e131b72f33a33b81e14093ea0dd6 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 8 Aug 2025 16:28:55 +0200 Subject: [PATCH] Fixed #11106 --- 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 e25f61141c..c54c2d9911 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -247,6 +247,7 @@ public class Blocks{ statusDuration = 140f; drownTime = 200f; liquidDrop = Liquids.water; + liquidMultiplier = 1.5f; isLiquid = true; cacheLayer = CacheLayer.water; albedo = 0.9f;