This commit is contained in:
Anuken
2025-06-27 23:56:58 -04:00
parent bbc8d77386
commit 5d9f519426
3 changed files with 3 additions and 4 deletions

View File

@@ -96,8 +96,7 @@ public class DirectionalUnloader extends Block{
front.handleItem(this, item);
back.items.remove(item, 1);
back.itemTaken(item);
offset ++;
offset %= itemc;
offset = item.id + 1;
break;
}
}