-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mass storage item dupe #1746
Comments
Can't replicate this since filter slots are already supposed to be locked when the thing is filled. |
I can see the check in Hbm-s-Nuclear-Tech-GIT/src/main/java/com/hbm/inventory/container/ContainerMassStorage.java Lines 78 to 80 in 17b667b
slotClick simply isn't invoked, since if I place a stack of items into the filter slot, it is retained as a stack despite Hbm-s-Nuclear-Tech-GIT/src/main/java/com/hbm/inventory/container/ContainerMassStorage.java Lines 84 to 86 in 17b667b
|
Wait, are you using the NH version of NEI? |
Yes, I am |
god dammit not again |
"Help i accidentally used the NH version of NEI again" |
If you switch the item stored in a mass storage unit (i.e. left click the filter slot with it) while it's not empty, all the items inside are transformed into the new one. I believe the solution is to forbid changing the item stored in non-empty MSUs.
The text was updated successfully, but these errors were encountered: