Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-181129

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.15.2, 20w17a, 1.16.4
    • Confirmed
    • Entities, Networking

      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.

            Unassigned Unassigned
            pokechu22 [Mod] Pokechu22
            Votes:
            7 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              CHK: