This commit is contained in:
Anuken
2020-12-26 09:49:03 -05:00
parent 4517b55f76
commit fda9357b4b
2 changed files with 4 additions and 1 deletions

View File

@@ -266,6 +266,7 @@ public class StackConveyor extends Block implements Autotiler{
@Override
public void handleStack(Item item, int amount, Teamc source){
if(amount <= 0) return;
if(items.empty()) poofIn();
super.handleStack(item, amount, source);
lastItem = item;