mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-20 20:40:53 -07:00
Do as i say, ¬ do as i do
This commit is contained in:
parent
ac3ab6971d
commit
4bb9a93ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue