From 4bb9a93ff9bae97de973e82e9af86f51b379d9dd Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Mon, 10 Feb 2020 13:14:48 +0100 Subject: [PATCH] =?UTF-8?q?Do=20as=20i=20say,=20=C2=AC=20do=20as=20i=20do?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/mindustry/world/blocks/distribution/CraterConveyor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/world/blocks/distribution/CraterConveyor.java b/core/src/mindustry/world/blocks/distribution/CraterConveyor.java index e440f751a9..c70e713196 100644 --- a/core/src/mindustry/world/blocks/distribution/CraterConveyor.java +++ b/core/src/mindustry/world/blocks/distribution/CraterConveyor.java @@ -140,7 +140,7 @@ public class CraterConveyor extends Block implements Autotiler{ entity.blendbit2 = 0; if(bits[0] == 0 && blends(tile, tile.rotation(), 0) && !blends(tile, tile.rotation(), 2)) entity.blendbit2 = 5; // a 0 that faces into a crater conveyor with none behind it - if(bits[0] == 0 && !blends(tile, tile.rotation(), 0)) entity.blendbit2 = 6; // a 0 that faces into none with a crater conveyor behind it + if(bits[0] == 0 && !blends(tile, tile.rotation(), 0) && blends(tile, tile.rotation(), 0)) entity.blendbit2 = 6; // a 0 that faces into none with a crater conveyor behind it entity.blendbit1 = bits[0]; entity.blendsclx = bits[1];