Here's my experiment with creating an inventory system for my Minecraft-style RPG game. This is not done, I'm still working on it. Any suggestions, feel free to comment. ============================ Controls: SPACE bar - Place down a singular item S key - Split stack in half A key - Add an item to your inventory ============================ Crafting: The only crafting recipe right now is: [ ] [ BLUE x1 ] [ ] [ ] [ RED x1 ] [ ] -> [ Purple x2] [ ] [ BLUE x3 ] [ ] Right now, you need the EXACT amount in the slots, I'm updating that in the future. ============================ Up next: - Bulk Crafting - Quick moving into/out of crafting (shift-click in MC) - Recipe Book Changelog: [4/20/23] - Shared!
Inventory grid from Minecraft Thanks to @griffpatch for the number costumes Original code by me