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);