Collapse while
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user