Skip to content

Conversation

@ImMorpheus
Copy link

@ImMorpheus ImMorpheus commented Dec 9, 2025

Item extraction is currently capped at the item’s maximum stack size, which creates severe lag when moving large quantities especially with mods like Applied Energistics 2.

In ATM 10, a single ME IO port from Expandedae2 combined with a few Netherite‑upgraded drawers can even crash a server.

Many workflows require extracting more than an item’s max stack size, but the existing limit prevents this.

Update the logic to enforce the slot’s limit instead of the item’s max stack size, allowing larger transfers where the slot permits.

Item insertion and extraction are currently capped at the item’s maximum stack size,
which creates severe lag when moving large quantities especially with mods like
Applied Energistics 2.

In ATM 10, a single ME IO port from Expandedae2 combined with a few Netherite‑upgraded
drawers can even crash a server.

Many workflows require extracting more than an item’s max stack size,
but the existing limit prevents this.

Update the logic to enforce the slot’s limit instead of the item’s max stack size,
allowing larger transfers where the slot permits.
@ImMorpheus ImMorpheus changed the title fix: use slot limit instead of item stack limit for insertion/extraction fix: use slot limit instead of item stack limit for extraction Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant