Simple Minecraft mod that allows you to reserve/lock inventory slots for specific items
Keep your inventory organized! Reserve and lock slots for specific items.
Reserve Slots is a client-side Fabric mod that lets you designate inventory slots for specific items, ensuring they always go to the same place. Perfect for keeping your tools, food, and building blocks organized!
Reserve a slot for a specific item type - when you pick up that item, it automatically goes to its reserved slot. If all other slots are full, other items can still use reserved slots as overflow. Great for keeping your pickaxe, sword, and torches in the same spots!
Lock a slot to make it exclusively for a specific item type - no other items can ever enter that slot, even if your inventory is full. Perfect for ensuring critical items like your pickaxe or food always have their dedicated space.
Items automatically route to their reserved slots when picked up. No more manually organizing your inventory after every mining trip!
Your reserved slot configurations are saved with each world - different worlds can have different setups.
.jar file in your mods foldergit clone https://github.com/yourusername/reserved-slots.git
cd reserved-slots
./gradlew build
The compiled .jar will be in build/libs/
This mod is licensed under the MIT License - see the LICENSE file for details.
Q: Does this work in multiplayer?
A: Yes! The mod needs to be installed on the server for multiplayer support.
Q: Can I change the keybinding?
A: Yes! Go to Options → Controls → Reserved Slots to change the keybind.
Q: Will my reserved slots carry over between worlds?
A: No, each world has its own independent slot configuration.
Q: Can I reserve armor slots or the offhand?
A: Currently, only the main 36 inventory slots (including hotbar) can be reserved.
Enjoy organized inventory management! 🎒
Conversation