Skip to content
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

Block entities that store items don't show properly when loading chunk in 1.19.10 #560

Closed
Sandertv opened this issue Jul 13, 2022 · 0 comments · Fixed by #561
Closed

Block entities that store items don't show properly when loading chunk in 1.19.10 #560

Sandertv opened this issue Jul 13, 2022 · 0 comments · Fixed by #561
Labels
bug Something isn't working
Milestone

Comments

@Sandertv
Copy link
Member

Party! Mojang broke things for no reason again in 1.19.10.

The client no longer expects the "Name" of the item when sending block entities with items (item frames as the prime example) with the chunk data, so items just will not show up. Apparently they now expect the item's runtime ID. I don't know what field and what type that should have, haven't investigated this enough yet.

Sending the block entity data using packet.BlockActorData still works properly apparently.

As a result, when reloading a chunk that has block entities in them such as item frames, items won't show up in item frames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant