作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: storage utility
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.
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.
[SlotIronFurnaceInput] (from Iron Furnace)TODO: Make PRs for the original repo, after enough testing
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:
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)
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).
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.
请登录后举报
暂无评论,抢个沙发吧~