You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Inserters cannot hold more than one stack of items. (#453)
This applies especially to asteroid chunks: inserters are limited to a
maximum of 1 stack of items, regardless of their actual hand size.
With this change, the value on the left (0.42 inserters) will be shown
regardless of the inserter capacity, since asteroid chunks have a stack
size of 1. In general, the calculations are now done based on either the
hand size or the stack size, whichever is smaller.

0 commit comments