StardewModders / mod-ideas

Submit ideas for mods to create, or find your next mod project!
92 stars 5 forks source link

Drag n' Drop Chest Inventory Management #294

Open Merc249 opened 5 years ago

Merc249 commented 5 years ago

The idea for this mod is to apply Minecraft-style drag and drop mechanics to chest inventory management, allowing items to be placed anywhere in the chest's inventory rather than the vanilla system of items being placed sequentially inside the chest.

Left-clicking an item would lift/drop an item into any slot in the chest/player's inventory. If there is an item already in that slot, the item being "held" by the cursor will swap with the item in the inventory slot.

Shift+left-click would place the item sequentially into the opposite inventory (into the chest if source is the player's inventory, and vice versa).

Right-click behavior would be unchanged.

Thanks for reading! If anyone has questions, I am on the main SDV Discord with the same name (Merc249) and can be contacted there.

Entoarox commented 5 years ago

Marking this as diff: hard due to requiring interactions with chests to be completely rewritten to account for these changes.