ThatMasonGuy/minecraft-inventory-sort — reverse-engineered prompt

Reverse engineered prompt

Build me a lightweight Fabric client side Minecraft mod suite for inventory management, aimed at 1.20.x, 1.21.x, and the current 26.x versions. I want three pieces that can be released separately but work together, one for one click sorting in container screens, one for searching items and remembering where I last saw them, and one for catalogue sessions that total up everything in a base.

The sorter should add a Sort button to supported containers, keep the hotbar protected by default, allow per world rules for locked slots or exact item assignments, and do sensible category based sorting with clean restacking. The search side should let me type live queries, support simple category shortcuts and enchanted or special item variants, and show exact counts by known location. The catalogue side should let me start and stop a session with commands, avoid double counting the same container, save reports, and scope everything per world or server profile.

Please make data persist outside the launcher folder in normal app data locations, and keep it client side except for an optional server hint for auto profile selection. Look up current Fabric docs online if you need to.

Want more depth? Deep Reverse