diff --git a/core/src/io/anuke/mindustry/world/blocks/production/LiquidConverter.java b/core/src/io/anuke/mindustry/world/blocks/production/LiquidConverter.java index d53f6268c0..7c9da8619d 100644 --- a/core/src/io/anuke/mindustry/world/blocks/production/LiquidConverter.java +++ b/core/src/io/anuke/mindustry/world/blocks/production/LiquidConverter.java @@ -12,6 +12,11 @@ public class LiquidConverter extends GenericCrafter{ hasLiquids = true; } + @Override + public boolean outputsItems(){ + return false; + } + @Override public void init(){ ConsumeLiquidBase cl = consumes.get(ConsumeType.liquid); diff --git a/ios/data/LaunchImage-1125@3x~iphoneX-portrait_1125x2436.png b/ios/data/Default-375w-812h@3x.png similarity index 100% rename from ios/data/LaunchImage-1125@3x~iphoneX-portrait_1125x2436.png rename to ios/data/Default-375w-812h@3x.png diff --git a/ios/data/LaunchImage-2436@3x~iphoneX-landscape_2436x1125.png b/ios/data/Default-Landscape-812h@3x.png.png similarity index 100% rename from ios/data/LaunchImage-2436@3x~iphoneX-landscape_2436x1125.png rename to ios/data/Default-Landscape-812h@3x.png.png