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

Trident entities can have the "ShotFromCrossbow" and "PiercingLevel" tags, but they don't affect them

XMLWordPrintable

    • Confirmed
    • (Unassigned)

      See summary. This bug probably occurs due to the trident's entity being derived from the arrow entity.

      How to reproduce:

      1. Summon 3 creepers in a row that have NoAI set
      2. Put down a repeating command block, set it to "Always Active", and put in the following command:
        data merge entity @e[type=trident,limit=1] {PierceLevel:3}
        
      3. Throw the trident at the creepers, then replace trident with arrow
      4. Shoot the arrow at the creepers, they all get hurt
      5. Then replace the command in the command block with the following command:
        data merge entity @e[type=trident,limit=1] {ShotFromCrossbow:1} 
      6. Throw the trident

            Unassigned Unassigned
            Yellow01 Yellow01
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: