Click then release to pick up an item or place an item from hand into an empty slot. The lists show whether the item is in hand or in a slot (if in slot, coordinates are saved). Click, drag, then release to pick up and/or place down multiple items at once. The item picked up the earliest will be placed down the earliest (in order).
~ Dragging, slot-snapping, & list syncing: 185 blocks ~ Number count display (optional sprite): 66 blocks ~ Grid display itself using pen is separate & optional. ~ 3 customizable sound effects: select, pick up, & place ~ Slot side length (note: slots are square) can be altered depending on item sizes. In this example, it's 50 pixels to accommodate items with maximum 45 pixels per side (so item gaps are 10 pixels wide). ~ Items use the "round" block to snap to the nearest exact coordinate. In this example, the slot side length is set to 50, so items could snap to "-50, 50", "200, -150", etc. ~ If you have any questions about the code or using this in your project, feel free to ask in the comments! Update Version 1.3 - August 19, 2025 #remixable #inventory #engine #system #stack #list #nonstackable