You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Issue: A multiblock that is opened then quickly broken will retain its gui. While it cannot be used to process recipes or create an infinite output, any items placed in this "ghost" gui will disappear and be deleted once the gui has been exited. Relogging did not bring any items back. Tested in creative, in theory should be reproducible in survival with an instamine pick.
Expected behavior: This ghost gui should automatically close itself out upon the server registering the multiblock is broken. If this is not possible, items should drop out when the gui is closed.
Steps to reproduce
Place a assembler/chemplant/press down.
Quickly press rmb, then lmb. This will break the multiblock and open the gui.
Place any item into the gui slots.
Exit the gui.
Forge version
40.1.76
Nuclear Tech version
0.0.16
Other mods
Public Test
(Crash) Log
No response
The text was updated successfully, but these errors were encountered:
Confirmed, this issue happens due to improper implementations of AbstractContainerMenu#stillValid, which is responsible for checking whether the GUI should still be open. An easier way to reproduce this issue is destroying the machines by other means, for example TNT.
Issue description
Issue: A multiblock that is opened then quickly broken will retain its gui. While it cannot be used to process recipes or create an infinite output, any items placed in this "ghost" gui will disappear and be deleted once the gui has been exited. Relogging did not bring any items back. Tested in creative, in theory should be reproducible in survival with an instamine pick.
Expected behavior: This ghost gui should automatically close itself out upon the server registering the multiblock is broken. If this is not possible, items should drop out when the gui is closed.
Steps to reproduce
Forge version
40.1.76
Nuclear Tech version
0.0.16
Other mods
Public Test
(Crash) Log
No response
The text was updated successfully, but these errors were encountered: