-
Notifications
You must be signed in to change notification settings - Fork 3
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
Items dropped by a dead entity on a hopper continue to be visible #49
Comments
Try reproduce with raknetify as the only mod. |
can confirm on a server with just raknetify 5.131. happens relatively consistently when destroying a filled container in creative while close to unlocked hoppers said "ghost" entities remain until relog. i'd assume it's missing/loosing some deletion packets. maybe the delete packed arrives before the relative spawn one? |
forgot to add: |
Try this version: |
this version seems to have fixed the entities not being deleted. but now the opposite issue appeared where item entities sometimes do not spawn client-side while you can still pick them up and other players can see them. EDIT: fixed typo ( now -> not ) |
It is normal for item to spawn on the client and you can pick them up. Did you mean it do not spawn client-side? |
no i mean they do not spawn on the client while they are there on server and for other ( non Raknetify ) players |
Are the items visible for other Raknetify players? |
i haven't been able to test that yet. i'm the only one using Raknetify in my server and i do not have a second account to check |
Describe the bug
Items dropped by a dead entity on a hopper continue to be visible after being collected by it. However that's only a visual glitch, you cannot collect them. Those fake dropped items disappear if you exit and then reenter the world.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Once collected by an hopper, the item should disappear from being visible
Runtime info (please complete the following information):
Crash reports / logs
https://pastebin.com/x0ztvHA1
Other mods
https://pastebin.com/tX9cm4zU
Checklist
Additional context
Removing "raknet;" from the server ip address fixed this issue, making me think it's somehow related to this mod
The text was updated successfully, but these errors were encountered: