You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: