Create a slot with the Item::max as count
Slot a = new Slot(new Items.Beetroot(), 12); Slot b = new Items.Beetroot(); // same as new Items.Beetroot().slot; assert(a.count == 12); assert(b.count == 64);
See Implementation
Create a slot with the Item::max as count