Collapse while

This commit is contained in:
Patrick 'Quezler' Mounier
2020-03-23 17:07:11 +01:00
parent 6b27d19057
commit 104fd78966

View File

@@ -153,9 +153,7 @@ public class CraterConveyor extends Block implements Autotiler{
if(entity.cooldown > 0f) return; if(entity.cooldown > 0f) return;
if(entity.blendbit2 == 6){ if(entity.blendbit2 == 6){
while(tryDump(tile)){ while(tryDump(tile)) if(entity.items.total() == 0) poofOut(tile);
if(entity.items.total() == 0) poofOut(tile);
}
} }
/* unload */ else /* transfer */ /* unload */ else /* transfer */