Перейти к содержимому
Mineforgian

AutoInventorySorter

Smart inventory & hotbar organizer for Fabric. Press R to sort, lock hotbar slots, auto-refill items, and sort chests — client-side, multiplayer safe.

153 загрузок0 подписчиковMITfabric

Обновлён 1 июня 2026 г. · опубликован 30 мая 2026 г.

  • Hotbar Slot Locking — Configure via Mod Menu
  • General Settings — Sort Mode & Auto-Sort Options
  • Sorted Inventory — One Key, Zero Mess

🗂️ AutoInventorySorter

A client-side Fabric mod that instantly organizes your Minecraft inventory with one keypress.
No clutter. No digging. Just press R and everything is in its place.

Minecraft Fabric Java Client Side License


📸 Screenshots

Sorted Inventory

Press R to instantly sort your inventory. Blocks, tools, and food grouped automatically.

Hotbar Slot Locking

Lock Sword, Pickaxe, Axe, and Totem to fixed hotbar slots — configurable inside the game.

General Settings

Control sort mode, auto-sort on open, and the in-inventory sort button — no file editing needed.


🤔 What does this mod do?

AutoInventorySorter automatically organizes your Minecraft inventory. Press R to sort everything — items are grouped by type, rarity, name, quantity, or durability depending on the mode you choose. It also locks specific hotbar slots so your sword and pickaxe never get displaced, and automatically refills consumed items like food, torches, and arrows.

It runs entirely on the client side — no server installation needed. Works on any server including vanilla, Paper, and Fabric.


✨ Features

🎯 One-Key Sorting

Press R to instantly sort your inventory or any open chest/container. Works on personal inventory, chests, barrels, shulker boxes, and more.

📂 5 Sort Modes

Mode What it does
ITEM_TYPE Groups by category — weapons, tools, food, blocks, misc
RARITY Common → Uncommon → Rare → Epic → Legendary
NAME_AZ Alphabetical by item name
QUANTITY Largest stacks appear first
DURABILITY Best-condition tools sorted to the top

Switch modes from inside the game via Mod Menu.

🔒 Hotbar Slot Locking

Lock specific hotbar slots to always hold certain item types. Defaults:

  • Slot 1 → Sword
  • Slot 2 → Pickaxe
  • Slot 3 → Axe
  • Slot 9 → Totem of Undying

Configure each slot and toggle locking on/off from the Hotbar tab in Mod Menu.

🔄 Auto-Refill

When you consume the last item from a hotbar slot, AutoInventorySorter pulls a replacement from your inventory automatically. Supports:

  • Food
  • Blocks
  • Torches
  • Arrows

🚫 Blacklist System

Exclude specific items or inventory slots from sorting. Useful for maps, compasses, named items, or any item you want pinned in place.

👤 Profile System

Profile Best for
Survival General play — balanced layout
PvP Combat — weapons and potions prioritized
Mining Pickaxes, torches, shovels, ores up front
Building Blocks sorted by type and quantity

📥 How to Install

Required

Dependency Version
Minecraft 1.21.5 – 1.21.x
Fabric Loader 0.16.9+
Fabric API 0.136.1+1.21.8 or matching
Java 21+

Optional (Recommended)

Mod Purpose
Mod Menu In-game settings GUI
Cloth Config Advanced config interface

Steps

  1. Install Fabric Loader
  2. Download Fabric API for your Minecraft version
  3. Download AutoInventorySorter from the Versions tab
  4. Place both .jar files in your .minecraft/mods/ folder
  5. Launch Minecraft

🎮 How to Use

Action How
Sort inventory Press R
Sort an open chest Open chest → press R
Auto-sort on open General tab → Auto Sort on Inventory Open
Change sort mode General tab → Sort Mode
Lock a hotbar slot Hotbar tab → toggle + set slot number
Protect an item Add to blacklistedItems in config JSON

⚙️ Configuration

All settings are available in-game via Mod Menu.

For manual editing, config file is at: .minecraft/config/autoinventorysorter.json

{
  "enabled": true,
  "sortMode": "ITEM_TYPE",
  "sortKey": "R",
  "enableSlotLocking": true,
  "autoRefillHotbar": true,
  "enableChestSorting": true,
  "enableBlacklist": true,
  "autoSortOnOpen": false,
  "refillFood": true,
  "refillBlocks": true,
  "refillTorches": true,
  "refillArrows": true,
  "lockSword": true,
  "swordSlot": 0,
  "lockPickaxe": true,
  "pickaxeSlot": 1,
  "lockAxe": true,
  "axeSlot": 2,
  "lockTotem": true,
  "totemSlot": 8,
  "blacklistedItems": [
    "minecraft:compass",
    "minecraft:filled_map"
  ],
  "blacklistedSlots": []
}

🌐 Multiplayer

100% client-side. No server installation required. Works with:

  • Vanilla servers
  • Fabric servers
  • Spigot and Paper servers
  • Large networks like Hypixel

Always check a server's specific rules on client mods before using.


❓ FAQ

Does this work with Forge or NeoForge?
Not yet — Fabric only. A Forge/NeoForge port is on the roadmap.

Does it support modded items?
Yes. Works with any item, vanilla or modded.

Can I change the sort key from R?
Yes. Edit sortKey in the config file or use Mod Menu.

Will this cause issues in multiplayer?
No. The mod only reorganizes your local inventory and sends no extra packets.


🐛 Bugs & Feedback

Report bugs on GitHub Issues with:

  • Minecraft version
  • Fabric Loader and Fabric API version
  • AutoInventorySorter version
  • Steps to reproduce
  • Crash log from .minecraft/logs/latest.log if applicable

🔗 Links

Source Code github.com/devxkamlesh/autoinventorysorter
Bug Tracker GitHub Issues
Developer @devxkamlesh
Portfolio devxkamlesh.vercel.app

☕ Support

If AutoInventorySorter saves you time, consider buying me a coffee!

Buy Me a Coffee


📜 License

MIT — free to use, fork, and include in modpacks. Credit appreciated but not required.


Made with ❤️ for the Minecraft community

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.0.0Релиз1.21.8fabric1 июня 2026 г.Скачать (2.4 МБ)
1.0.0Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric30 мая 2026 г.Скачать (2.4 МБ)

Ченджлог

1.0.0Релиз1.21.8 · 1 июня 2026 г.

Changelog

All notable changes to AutoInventorySorter are documented here. Format: Keep a Changelog Versioning: Semantic Versioning


[Unreleased]

Planned

  • Mod Menu / Cloth Config in-game GUI
  • Forge / NeoForge port
  • Custom sort profile editor
  • NBT-aware sorting (named items, enchantments)
  • Per-dimension sort profiles

[1.0.0] — 2025-XX-XX

Added

  • Initial public release of AutoInventorySorter
  • One-key sort (R) for inventory and all containers
  • 5 sort modes: ITEM_TYPE, RARITY, NAME_AZ, QUANTITY, DURABILITY
  • Hotbar slot locking: sword, pickaxe, axe, totem (fully configurable)
  • Auto-refill for food, blocks, torches, arrows (polls every 0.25s)
  • Blacklist system for items and slots
  • Profile system: Survival, PvP, Mining, Building
  • JSON config at .minecraft/config/autoinventorysorter.json
  • Mod Menu + Cloth Config compatibility layer
  • 100% client-side — multiplayer and vanilla server safe
  • Screenshots added in src/imgs/

Performance Benchmarks

  • Memory overhead: ~2MB
  • CPU usage: <0.1% average
  • Sort operation: ~5ms for full inventory
  • Hotbar tick impact: negligible
1.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 30 мая 2026 г.

AutoInventorySorter v1.0.0 — Initial Release

Minecraft: 1.21.5 – 1.21.8 Fabric Loader: 0.16.9+ Fabric API: 0.136.1+1.21.8 Java: 21+


✅ What's New

  • 🎉 Initial public release
  • One-key inventory sorting with R key
  • 5 sort modes: ITEM_TYPE, RARITY, NAME_AZ, QUANTITY, DURABILITY
  • Hotbar slot locking (sword, pickaxe, axe, totem — fully configurable)
  • Auto-refill for food, blocks, torches, and arrows (checks every 0.25s)
  • Chest & container sorting support
  • Item and slot blacklist system
  • Profile system: Survival, PvP, Mining, Building
  • Full JSON config at .minecraft/config/autoinventorysorter.json
  • Mod Menu + Cloth Config support
  • 100% client-side — multiplayer safe
  • ~2MB memory, <0.1% CPU, ~5ms sort time

🔧 Known Issues

  • Mod Menu GUI coming in v1.1.0
  • Forge / NeoForge version not yet available

📥 Required

  • Fabric Loader 0.16.9+
  • Fabric API 0.136.1+1.21.8

Комментарии

Загружаем…