Do as i say, ¬ do as i do

This commit is contained in:
Patrick 'Quezler' Mounier 2020-02-10 13:14:48 +01:00
parent ac3ab6971d
commit 4bb9a93ff9
No known key found for this signature in database
GPG key ID: 0D6CA7326C76D8EA

View file

@ -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];