Inventory Sorter (Configurable)

Quick rating

Community listing page, reviews here may not be monitored by the author.

Inventory Sorter (Configurable)

By qyurilaOwner , QriLa

No reviews yet

Simple inventory sorting, now in configurable order. Forked from the original by cpw.

No Theme
No Genre
QoL & Tweaks
Storage & Organization
Mod Fork/Port
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
CC BY NC SA 3.0 and GPL 3.0
Latest Version
inventorysorter-1.20.1-23.1.9.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Inventory Sorter (Configurable)

A Minecraft mod for simple inventory sorting, now in configurable order. Forked from Inventory Sorter by cpw.

The default sort order is ported from Quark's Inventory Sorting feature.

Some bugfixes and improvements were also added. More information below.

Supports Forge 1.18.2, 1.19.2 and 1.20.1 for now.

Cautions

This fork is meant to be a drop-in replacement for the original mod. Delete the original mod first to prevent accidental conflicts!

Also, I don't test this mod on multiplayer servers so there might be some issues that don't present in the original. Please report any issues if you find any.

Links

Features

  • Inventory Sorting, with the middle click or custom hotkey
  • Scroll wheel (removed, sorry)

Changes and Bug Fixes

  • Implemented a failsafe to prevent items from being deleted in certain scenarios
    • Notably, Curios slots
  • Introduced an option to prevent hotbar from being sorted (enabled by default)
  • Fixed compatibility with mods that increase slot stack sizes in the 1.18.2 version
    • Notably, Sophisticated Backpacks/Storages and Dank Storage
    • 1.19.2 and 1.20.1 versions were already compatible
  • Added an option to abort sorting based on the first slot type
    • Default: [SlotIronFurnaceInput] (from Iron Furnace)
  • Cleaned up the mod by removing some features that were causing issues or redundant
    • Notably, the Scroll Wheel function

TODO: Make PRs for the original repo, after enough testing

Configure the Sort Order

You can finally customize the sort order, while maintaining the compatibility of the original Inventory Sorter!

The default sort order is (mostly) the same as Quark's Inventory Sorting feature - because I love Quark. The code is directly ported and adopted from the original code.

The current available options for the sort order are:

  • Quark
    • Identical to the original, except that torch comes before foods: Check the differences on GitHub Repo.
  • Creative Tab
    • Could be not 100% accurate
  • Raw Item ID (Registered Order)
    • Same as the default order in JEI etc. (on ~1.19.2)
  • Item (Original) Name
  • Item Display Name

You can also set it to order items by count first, just like the original mod, and then by one of the above options (when the count is the same).

Just choose an option in the config file. (might require relaunch, depends on the config)

Details

  • The core functionality is not changed from the original, which means:

The mod requires installation on both client and server to function. It makes no attempt to sort in the client, rather delegating all work to the server. This means it is very reliable and very fast. It should work with all containers (and maybe too many), and tries to respect canExtract/isItemValid (it will avoid slots that are marked that way).

Thanks to

License

This project is licensed under GPL v3, except for the code in QuarkSortingHandler.java, which is licensed under the CC BY-NC-SA 3.0. Please refer to LICENSE.md for more details.

Inventory Sorter (Configurable)

A Minecraft mod for simple inventory sorting, now in configurable order. Forked from Inventory Sorter by cpw.

The default sort order is ported from Quark's Inventory Sorting feature.

Some bugfixes and improvements were also added. More information below.

Supports Forge 1.18.2, 1.19.2 and 1.20.1 for now.

Cautions

This fork is meant to be a drop-in replacement for the original mod. Delete the original mod first to prevent accidental conflicts!

Also, I don't test this mod on multiplayer servers so there might be some issues that don't present in the original. Please report any issues if you find any.

Links

Features

  • Inventory Sorting, with the middle click or custom hotkey
  • Scroll wheel (removed, sorry)

Changes and Bug Fixes

  • Implemented a failsafe to prevent items from being deleted in certain scenarios
    • Notably, Curios slots
    • Introduced an option to prevent hotbar from being sorted (enabled by default)
    • Fixed compatibility with mods that increase slot stack sizes in the 1.18.2 version
      • Notably, Sophisticated Backpacks/Storages and Dank Storage
      • 1.19.2 and 1.20.1 versions were already compatible
    • Added an option to abort sorting based on the first slot type
      • Default: [SlotIronFurnaceInput] (from Iron Furnace)
    • Cleaned up the mod by removing some features that were causing issues or redundant
      • Notably, the Scroll Wheel function

TODO: Make PRs for the original repo, after enough testing

Configure the Sort Order

You can finally customize the sort order, while maintaining the compatibility of the original Inventory Sorter!

The default sort order is (mostly) the same as Quark's Inventory Sorting feature - because I love Quark. The code is directly ported and adopted from the original code.

The current available options for the sort order are:

  • Quark
    • Identical to the original, except that torch comes before foods: Check the differences on GitHub Repo.
    • Creative Tab
      • Could be not 100% accurate
    • Raw Item ID (Registered Order)
      • Same as the default order in JEI etc. (on ~1.19.2)
    • Item (Original) Name
    • Item Display Name

You can also set it to order items by count first, just like the original mod, and then by one of the above options (when the count is the same).

Just choose an option in the config file. (might require relaunch, depends on the config)

Details

  • The core functionality is not changed from the original, which means:

The mod requires installation on both client and server to function. It makes no attempt to sort in the client, rather delegating all work to the server. This means it is very reliable and very fast. It should work with all containers (and maybe too many), and tries to respect canExtract/isItemValid (it will avoid slots that are marked that way).

Thanks to

License

This project is licensed under GPL v3, except for the code in QuarkSortingHandler.java, which is licensed under the CC BY-NC-SA 3.0. Please refer to LICENSE.md for more details.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

3.4m
Total Downloads
CurseForge
3.2m
Modrinth
~190,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works