Heads up, This will need updated tommrow. 01/09/2022Fixed

maxitemcount is now 48, offset for the large box is broken with its 8 rows.

add this after line 53:

            (BaseYOffset + YOffsetPerRow * 8).ToString(),

then change line 457 to:

                int numRows = Math.Min(1 + (container.capacity - 1) / 6, 8);
​

Thanks! Saved my bacon :)

Locked automatically