Reasonable Sorting 合理排序

Reasonable Sorting 合理排序

42.3k Downloads

[Forge 1.18.2] Configuration loads before all items are registered, causing some modded items to only get sorted after reloading config

Pipsqueak737 opened this issue · 2 comments

commented

I'm using this mod to sort all of the creative inventory, so I make long lists of items/blocks that get sorted in the order I write them in. Some mod's items don't get sorted immediately though, and only go to the correct position after I update the config file (using an in-game config mod), which is a bit annoying as I am trying to make the menu as organized as possible. After a game restart they get reset back to their original position. Here are a couple of screenshots to demonstrate.

Before reload:
before

After reload:
after

This may somehow be related to issue #8 even though that was fixed.

commented

I have just noticed that it looks like the problem is caused by the configuration loading too early before all items are registered, as seen in "latest.log":
unidentified id
This does not occur after the configuration file is reloaded.

commented

It should be fixed since version 2.1.0. If it continues, please reopen this issue.