Mojira Archive
MC-181129

Guardian beam is not rendered if targeted entity has ID 0, as it does not use the OptionalInt metadata type

The bug

The guardian beam is not rendered if the attacked entity has the entity id 0.  Guardians directly write the entity ID in an integer metadata field, and assume 0 means no target (unlike fireworks, which use an OptionalInt (MC-111480) to prevent this).

 

Since entity IDs start at 1 after 19w05a, this is unlikely to cause problems in practice, but it is still weird that one entity uses OptionalInt and the other doesn't.

Unresolved

[Mod] Pokechu22

2020-04-27, 09:53 PM

2024-06-29, 09:59 AM

8

3

Confirmed

Entities, Networking

beam, entity, guardian, targeting

1.15.2, 20w17a, 1.16.4

-