Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| reasonable-sorting (Quilt)-2.0.0-mc1.19.jar release | 54.34 KB | Jul 19, 2022 | 1.19 | 2 | Download |
| reasonable-sorting (Quilt)-2.0.0-mc1.18.2.jar release | 54.32 KB | Jul 19, 2022 | 1.18.2 | 1 | Download |
| reasonable-sorting (Quilt)-2.0.0-mc1.18.1.jar release | 54.02 KB | Jul 19, 2022 | 1.18.1 | 1 | Download |
| reasonable-sorting (Quilt)-2.0.0-mc1.17.1.jar release | 54.02 KB | Jul 19, 2022 | 1.17.1 | 2 | Download |
| reasonable-sorting (Quilt)-2.0.0-mc1.16.5.jar release | 62.44 KB | Jul 19, 2022 | 1.16.5 | 2 | Download |
| reasonable-sorting-2.0.0-mc1.19.jar release | 72.27 KB | Jul 19, 2022 | 1.19 | 1 | Download |
| reasonable-sorting-2.0.0-mc1.18.2.jar release | 71.73 KB | Jul 19, 2022 | 1.18.2 | 1 | Download |
| reasonable-sorting-2.0.0-mc1.18.1.jar release | 71.89 KB | Jul 19, 2022 | 1.18.1 | 1 | Download |
| reasonable-sorting-2.0.0-mc1.17.1.jar release | 71.88 KB | Jul 19, 2022 | 1.17.1 | 1 | Download |
| reasonable-sorting-2.0.0-mc1.16.5.jar release | 80.31 KB | Jul 19, 2022 | 1.16.5 | 1 | Download |
| reasonable-sorting-1.6-mc1.19.jar release | 83.00 KB | May 26, 2022 | 1.19 | 530 | Download |
| reasonable-sorting-1.5-mc1.18.2.jar release | 83.22 KB | Mar 6, 2022 | 1.18.2 | 20,642 | Download |
| reasonable-sorting-1.5-mc1.18.jar release | 83.08 KB | Mar 6, 2022 | 1.18.1 | 3,185 | Download |
| reasonable-sorting-1.4-mc1.15.jar release | 87.04 KB | Jan 13, 2022 | 1.15.2 | 35 | Download |
| reasonable-sorting-1.3-mc1.18.jar release | 83.08 KB | Jan 13, 2022 | 1.18.1 | 7,201 | Download |
| reasonable-sorting-1.2-mc1.15.jar release | 86.15 KB | Oct 27, 2021 | 1.15.2 | 46 | Download |
| reasonable-sorting-1.3-mc1.16.jar release | 87.16 KB | Oct 27, 2021 | 1.16.5 | 184 | Download |
| reasonable-sorting-1.3-mc1.17.jar release | 81.42 KB | Oct 22, 2021 | 1.17.1 | 508 | Download |
| reasonable-sorting-1.2-mc1.16.jar alpha | 46.06 KB | Aug 27, 2021 | 1.16.5 | 268 | Download |
| reasonable-sorting-1.2-mc1.15.jar alpha | 45.52 KB | Aug 27, 2021 | 1.15.2 | 29 | Download |
| reasonable-sorting-1.2.jar alpha | 37.28 KB | Aug 24, 2021 | 1.17.1 | 266 | Download |
| reasonable-sorting-1.1.jar alpha | 28.16 KB | Aug 24, 2021 | 1.17.1 | 21 | Download |
Description
Reasonable Sorting
如果看不懂英文,可以阅读中文版。
Did you find that, in Creative Mode, it's quite a hard work to find in the creative inventory anything you want, as the sorting of them is so messy?
This mod adjusts the order that items are iterated in the registry, to adjust the sorting of items. As it's the change on the layer of item registry, it works fine when you view the item list through other mods (like RoughlyEnoughItems).
Besides, this mod allows you to change the item groups to which items belong.
This mod is base on Fabric and depends on Fabric API and Cloth Config mod, without which this mod cannot work. Besides, it's recommended to install Mod Menu to configure. (If you have installed these mod please do not install duplicate ones. Moreover, some mods, like Bedrockify, Edit Sign, Better F3 may include nested Cloth Config mod. In these cases you do not need to install separately Cloth Config).
Configuration
You can configure this mod through Mod Menu.
Sorting
Enable sorting
ON by default. If OFF, all the sorting works as vanilla, and following configurations will not work. The sorting mainly takes effect on your creative inventory and item lists in mods like Roughly Enough Item (on which this mod does not rely).
Enable default item sorting rules
ON by default. This mod has some installed item sorting rules. For instance, Ice, Packed Ice and Blue Ice are sorted together.
Custom sorting rule
Empty by default. You can have custom sorting rules by typing item id. In the mod config screen, click the "+" on the left, and you will see an unapparent text box on the below. Type one rule in it. The syntax of a rule is: multiple item ids are separated with a space. For example, dirt white_wool diamond_block means that Dirt, White Wool and Diamond Block become together, in which White Wools and Diamond Block follow Dirt.
Variants following base blocks
In Minecraft, many blocks have their variants. For example, of Oak Planks, the "stairs" variant is "Oak Stairs" and "slab" variant is "Oak Slab", which also means, Oak Planks is the base block or Oak Stairs, Oak Slab etc. You can specify some variants which will follow their base blocks.
The default syntax is, multiple block variant names are separated with a space. Available variant names are displayed in the mod config screen. By default stairs slab, which means, all stairs and slabs follow their base blocks.
Take notice that changing item sorting does not affect which item group they belong to. To change item groups you need also to config Variant transfer rules.
Fence gate follows fence
ON by default. Makes all fence gate blocks follow their corresponding fence blocks. Requires Fence gates in decorations otherwise their still appear in "Redstone" item group and does not take effect.
Item group transfer
Enable item group transfer
ON by default. If OFF, all items appear in the item groups they belong to in vanilla, and following configs will not work.
Buttons in decorations
Fence gates in decorations
Swords in tools
Doors in decorations
The meaning of the four entries above is obvious. By default, "Fence gates in decorations" is ON, and others are OFF.
Custom item group transfer rules
Empty by default. Similar to custom sorting rules, one rule every line, and add a new rule by clicking "+". The syntax of each rule is: item id, space, the item group to transfer to. For example, redstone_block building_blocks will transfer Redstone Block to "Building Blocks" item group.
Custom variant transfer rules
Empty by default. Similar to above. Syntax: variant name, space, and the item group to transfer to. For example,cut transportation transfers all cut blocks to "Transportations".
Custom regex transfer rules
Empty by default. Similar to above. Syntax: regex, space, and the item group to transfer to. For example, .+?button transportation transfers to all items which identifier ends with button to "Transportations".
Get 0.05 TON 💎
Download
Add a comment