From 88f48599a0d145daf020e42e3443b6eedd1b634d Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 20 Aug 2019 19:52:08 -0400 Subject: [PATCH] Names updated --- .../world/blocks/production/LiquidConverter.java | 5 +++++ ...trait_1125x2436.png => Default-375w-812h@3x.png} | Bin ...6x1125.png => Default-Landscape-812h@3x.png.png} | Bin 3 files changed, 5 insertions(+) rename ios/data/{LaunchImage-1125@3x~iphoneX-portrait_1125x2436.png => Default-375w-812h@3x.png} (100%) rename ios/data/{LaunchImage-2436@3x~iphoneX-landscape_2436x1125.png => Default-Landscape-812h@3x.png.png} (100%) 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