

Adds an active inventory management system.

Inventory Grid if there is space.Inventory Grid and rotated by pressing the Rotate Item key.Droppable items be moved bewteen the Inventory Grid and the Hold Area.Inventory HUD is forcebly opened.Inventory HUD is closed with items in the Hold Area, then they are forcebly dropped from the player.Droppable items may by dropped by dragging them from either the Hold Area or the Grid Area to the Drop Area.Lunar Teir and Void Tier and Temp and Consumed items are deemed not Droppable.Non-equippable Items will appear in the Non-Equip Area.Consumed along with Regenerating Scrap and Sale Star are deemed non-equippable.E: Open & Close / Toggle InventoryRight Click: Rotate Items in InventoryAll Keybindngs are re-bindable in Options
[plugin_folder]/Assets/item_data.json.[Key]: This should match with the item name language token.Node Origin: This represents the nodes where the item is located on the grid. Each item has a relative root node at (0, 0). Each node is represented by the object {Row: [number], Count: [number]}.Max Stack Count: The maximum number of stacks before a new element is created in the grid.ActiveOrigin is not currently used

Add or select an existing item from the dropdown.
The name entered in the search bar will be the item's language token when refrenced by the mod. (for custom items).left click to paint tiles on the grid. Use right click to erase. Hit ctrl+z and ctrl+y to undo and redo. Note: The center of the area will always be set.item_data.json file or copy them to the clipboard and paste them directly.This mod was designed to work with the base game's (and DLCs') items. Ideally it should by compatable with other mods, if there are any issues, let me know...
Ideally, this should work in multiplayer as each client has their own instance of the Inventory HUD.
As this is my first mod, I used the below mods as references:
@foxfen64 on the Discord or open an issue on GitHub- Add custom sprites for item slots when they are occupied to better identify item boundaries