
Better Resource Pack Sorting
Requires Fabric Loader to be installed for the mod to work.
Main Features
This mod completely redesigns the sorting system for available resource packs in Minecraft. It eliminates the inconveniences of the standard system and adds useful functions for more comfortable work with texture packs.
Improved Sorting
- Uppercase and lowercase letters are now sorted together, eliminating confusion when arranging resource packs
- Formatting codes in names are ignored, making the list more readable and understandable
Custom Names
Starting from version 1.1.0, the mod allows setting custom display names for resource packs. To do this, you need to add a name
field to the pack.mcmeta
file:
{
"pack": {
"pack_format": 8,
"name": "\u00A72This is a custom name",
"description": "\u00A73Custom description\nby MrMelon"
}
}
Instead of displaying the file name pack-name.zip
, "This is a custom name" will now be shown with the custom styling applied.
Additional Functions
Since version 1.1.1, it has become possible to view the original file name - just hold the Alt key when hovering the cursor over a resource pack.
Installation
Simply place the mod file in the mods folder of your game.