Blend prototype

This commit is contained in:
Patrick 'Quezler' Mounier
2020-01-08 10:27:06 +01:00
parent 8fc84fad0a
commit 35afc94d34
9 changed files with 1 additions and 1 deletions

View File

@@ -224,7 +224,7 @@ public class CraterConveyor extends BaseConveyor{
@Override
public boolean blends(Tile tile, int rotation, int otherx, int othery, int otherrot, Block otherblock) {
return otherblock.outputsItems() && blendsArmored(tile, rotation, otherx, othery, otherrot, otherblock) && otherblock instanceof CraterConveyor;
return super.blends(tile, rotation, otherx, othery, otherrot, otherblock) && (otherblock instanceof CraterConveyor || isStart(tile));
}
// has no crater conveyors facing into it