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

Minecraft 1.21.3 protocol.json. Field "glider" missing in SlotComponent container #954

Open
nmalthouse opened this issue Dec 28, 2024 · 2 comments

Comments

@nmalthouse
Copy link

Hello,

Within protocol.json for 1.21.3 in the switch definition SlotComponent.data the field glider is missing.
SlotComponent.data is defined as a switch on the type "SlotComponentType" which is a mapper.
The mapper defines a enum value 30: "glider" but doesn't have a corresponding entry in the SlotComponent.data switch.
It should be defined as a void type, many of the other SlotComponent fields are defined as void so I think the omission of this field is a mistake.

I can send a PR if you would like.
Thanks

@extremeheat
Copy link
Member

There are indeed known issues from 1.20.5+. This is being worked on in #948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@extremeheat @nmalthouse and others