-
Notifications
You must be signed in to change notification settings - Fork 51
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
server crash with reinforced chests #302
Comments
We hit this same issue using More Chest Variants.
|
Happened to me with a regular barrel.
|
Seems to work fine in a singleplayer world, you need a dedicated server for it to crash. (only double chests) edit: will also test my variant barrels on the server |
From what i could test the More Varient Barrels work normaly on a dedicated server, with ledger loging every activity normaly |
A workaround i made for my Server is just to log the player position when the Chest pos is null, this is Purely done to still keep logging of taking items out of a chest without a crash but the logging isnt done on the chest itself but on the ground where the player was standing. I havent fully tested it but so far it worked with the Large Chests. To check if a player has removed or inserted an Item into the chest i need to run /lg search range:10 action:item-insert, this isnt Perfect but will work for my usecase |
Expected behavior
Happens when inserting more items at once, other storage mods are fine. Putting those chest into blacklist doesnt help, puting item-insert action on blacklist doesnt help either.
Description: Exception in server tick loop
Observed/actual behavior
crash after putting items into chests
Steps/models to reproduce
put many items in reinforced chest
What operating system are you running
Windows
Minecraft version
1.21.1
Ledger version
1.3.5
Logs
in description
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: