Blend prototype
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 749 B |
Before Width: | Height: | Size: 960 KiB After Width: | Height: | Size: 744 KiB |
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 278 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 925 KiB |
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 261 KiB |
@ -224,7 +224,7 @@ public class CraterConveyor extends BaseConveyor{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean blends(Tile tile, int rotation, int otherx, int othery, int otherrot, Block otherblock) {
|
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
|
// has no crater conveyors facing into it
|
||||||
|