-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Chiseled Bookshelves do not log interactions when auto fed by hopper. #490
Comments
Additional notes: As a temporary solution to check for theft from a hopper-fed chiseled bookshelf, the click event still is recorded. |
Hoping this will help with debugging... I did a little more research and this bug seems to apply to all receiving containers under the following conditions:
Hope this helps. |
The issues I was able to replicate with chiseled bookshelves should now be fixed in this commit: af1d440 This new simplified logic will improve logging accuracy, and now offers consistency between Spigot and Paper based software. There may be new issues introduced from this, but in general, it should fix more than it breaks. |
I was testing chiseled bookshelf container interactions and it works great until you add a hopper feeding into the chiseled bookshelf. If a hopper is connected to a chiseled bookshelf then neither the interaction of removing an item nor the interaction of the item being replaced by the hopper is recorded.
From what I can tell from testing, no hopper interactions are recorded, and user interactions are not recorded if the chiseled bookshelf slot is immediately filled by a hopper.
My notes:
The text was updated successfully, but these errors were encountered: