[BUG] Middle Click Sort weird behaviour #293

Closed
opened 2023-07-11 21:48:28 +00:00 by Rover656 · 5 comments
Rover656 commented 2023-07-11 21:48:28 +00:00 (Migrated from github.com)

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When middle clicking on a machine in ATM9, their inventory sorting mod (unsure which) will scramble the order of machine slots.

Expected Behavior

Slots should not be rearranged.

Steps To Reproduce

  1. Load up ATM9
  2. Open a machine and put stuff in it
  3. Middle click a slot.

Environment

- Minecraft version: 1.20.1
- Version: 6.0.5-alpha
- Pack: ATM9 0.0.32

Anything else?

No response

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When middle clicking on a machine in ATM9, their inventory sorting mod (unsure which) will scramble the order of machine slots. ### Expected Behavior Slots should not be rearranged. ### Steps To Reproduce 1. Load up ATM9 2. Open a machine and put stuff in it 3. Middle click a slot. ### Environment ```markdown - Minecraft version: 1.20.1 - Version: 6.0.5-alpha - Pack: ATM9 0.0.32 ``` ### Anything else? _No response_
DarthJake commented 2023-07-13 20:46:33 +00:00 (Migrated from github.com)

The mod that seems to be doing this is Inventory Profiles Next. But its not the default out of the box behavior. I had to copy the ATM9 config file for the mod.

I also tested this with the Inventory Sorter mod and the same behavior occurs. I took a look at its repo and it seems to just see what slots the player is allowed to pick up from in a container and uses that as what to sort. It seems the only way to exclude it is it uses a config file to exclude certain containers or individual slots.
77ba84f571/src/main/java/cpw/mods/inventorysorter/SortingHandler.java (L122)

The mod that seems to be doing this is Inventory Profiles Next. But its not the default out of the box behavior. I had to copy the ATM9 config file for the mod. I also tested this with the Inventory Sorter mod and the same behavior occurs. I took a look at its repo and it seems to just see what slots the player is allowed to pick up from in a container and uses that as what to sort. It seems the only way to exclude it is it uses a config file to exclude certain containers or individual slots. https://github.com/cpw/inventorysorter/blob/77ba84f571dfd6d409d26f0d677db66f6b05fbff/src/main/java/cpw/mods/inventorysorter/SortingHandler.java#L122
DarthJake commented 2023-07-13 20:50:25 +00:00 (Migrated from github.com)

If this is the case is there much to be done besides telling people to blacklist the EnderIO containers when using these mods? Inventory Profiles Next has a similar mechanic of blacklisting screens.

If this is the case is there much to be done besides telling people to blacklist the EnderIO containers when using these mods? Inventory Profiles Next has a similar mechanic of blacklisting screens.
DarthJake commented 2023-07-13 20:51:11 +00:00 (Migrated from github.com)

Then again there is the case that I am wrong 😆

Then again there is the case that I am wrong 😆
Rover656 commented 2023-07-28 19:17:20 +00:00 (Migrated from github.com)

This behaviour appears to have been fixed sometime down the line.

This behaviour appears to have been fixed sometime down the line.
Rover656 commented 2023-08-10 22:18:55 +00:00 (Migrated from github.com)

This behaviour appears to have not fixed sometime down the line.

This behaviour appears to have **not** fixed sometime down the line.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#293
No description provided.