This commit is contained in:
Anuken
2020-11-12 09:41:49 -05:00
parent b1b84fe380
commit e847a74a25
4 changed files with 15 additions and 2 deletions
@@ -71,6 +71,8 @@ public class Unloader extends Block{
other.items.remove(item, 1);
}
other.itemTaken(item);
}else if(sortItem == null){
other.items.failTake();
}
}
}