-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Link chests only remember the last link on restart if you link more than two together #222
Comments
You can only link one chest to another. A chest cannot be linked to two different chests. It doesn't make a lot of sense neither. |
Its practical use involves removing the need for an ice system in an item storage system. This removes a lot of redstone overhead. Linking a chest to multiple other chests is very practical. Ender chests have a similar functionality, except other players and hoppers can't access my enderchest. (Remember the enderchests mod with the 3 rectangles you could dye to change the code?) Giving that functionality of allowing a chest to link to multiple others really does have a lot of good technical use, and from what I've seen the only issue with it right now is that the links don't properly save. The chest items update properly across all chests I have linked to the first one just fine. |
You can have multiple chests link to the same chest, however each chest can only link to one chest (technically, similar to the ender chest mod). |
You explained what I was saying better. Sorry for that confusion. I am having an issue where it doesn't save correctly after restarting. The workaround for me has been linking chest c to chest b and chest b to chest a. I will test with the new builds and let you know if the issue persists. |
Interesting. |
Any news regarding this? |
Minecraft's Version
paper-1.20.4-485
Plugin's Version
2023.3-b35
Describe the bug
Link chests only remember the last link on restart if you link more than two together. Before a restart, it remembers both,
To Reproduce
Link a chest to two other link chests, then restart the server.
Additional Information
No response
The text was updated successfully, but these errors were encountered: