Default Sorting
Majestyc2k1 opened this issue ยท 5 comments
Minecraft Version: 1.8.9
Inventory Tweaks Version: 1.60-beta-39
Can Default Sorting be turned off? It keeps freezing my game.
Examples (from FML log);
[01:00:47] [Client thread/INFO] [inventorytweaks/]: Default sorting.
[01:00:47] [Client thread/INFO] [inventorytweaks/]: Sorting done in 593521ns
[01:01:02] [Client thread/INFO] [inventorytweaks/]: Default sorting.
[01:01:02] [Client thread/INFO] [inventorytweaks/]: Sorting done in 431917ns
[01:01:16] [Client thread/INFO] [inventorytweaks/]: Default sorting.
[01:01:16] [Client thread/INFO] [inventorytweaks/]: Sorting done in 243136ns
That's just the normal (non-rule) sorting, it would be rather pointless to turn off.
I've looked through the code and found nothing that will automatically sort, and particularly not with that specific set of messages.
Sorting the main inventory (which can happen even when it is not visible), causes a distinctly different set of messages.
In either case, it only happens when you press the hotkey (default r) while not viewing a container.
Then I'm going to have to stop using your mod. Its interfering with my game play. Why is it in there in the first place? What is it doing? It happens when I'm not using an inventory. As you can see by the time stamp, its doing it almost repeatedly. That seems pointless to me.
It is generally a good idea to include a link to the full fml log file, although I can't promise that it has any useful information.