mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-11 18:39:16 +07:00
Collapse while
This commit is contained in:
parent
6b27d19057
commit
104fd78966
@ -153,9 +153,7 @@ public class CraterConveyor extends Block implements Autotiler{
|
||||
if(entity.cooldown > 0f) return;
|
||||
|
||||
if(entity.blendbit2 == 6){
|
||||
while(tryDump(tile)){
|
||||
if(entity.items.total() == 0) poofOut(tile);
|
||||
}
|
||||
while(tryDump(tile)) if(entity.items.total() == 0) poofOut(tile);
|
||||
}
|
||||
|
||||
/* unload */ else /* transfer */
|
||||
|
Loading…
Reference in New Issue
Block a user