"minecraft.custom:minecraft.damage_dealt" doesn't increase when using projectiles to attack entities
The Bug:
The "minecraft.custom:minecraft.damage_dealt" scoreboard objective only tracks when the player deals damage to entities by using melee sources and not ranged sources.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt
/scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not "minecraft.custom:minecraft.damage_dealt" increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
Linked Issues
is duplicated by8
relates to3
- Unresolved
[Mod] AvomaDustin Held
- 63
- 24
- Confirmed
Normal
- Platform
- Player
13w36a - 1.21.4
13w36a 13w42b 13w43a 1.7.1 1.7.2 14w17a 14w21a 14w21b 14w29b 1.8.3 1.8.9 16w06a 16w07a 1.9 1.9.3-pre1 1.9.4 16w20a 16w21a 16w21b 1.10.2 16w43a 16w44a 1.11.2 1.12.2 18w03b 18w22c 1.13.1 1.14.1 1.15-pre1 1.16.1 20w27a 20w28a 1.16.2 20w46a 20w51a 21w03a 1.16.5 21w05b 21w06a 21w07a 21w08b 21w10a 21w11a 21w13a 21w14a 21w15a 21w16a 21w17a 21w19a 21w20a 1.17-pre1 1.17-pre3 1.17-pre4 1.17-pre5 1.17-rc1 1.17-rc2 1.17 1.17.1-pre1 1.17.1-pre2 1.17.1-pre3 1.17.1-rc1 1.17.1 21w38a 21w39a 21w40a 21w42a 1.18-pre1 1.18 1.18.1 22w03a 22w05a 1.18.2-rc1 1.18.2 1.19 1.19.1 1.19.2 22w43a 1.19.3 1.19.4 1.20 1.20.1 1.20.4 24w07a 1.21 1.21.1 1.21.2-pre3 1.21.3 1.21.4
Created Issue:
"stat.damageDealt" does not work with bows
Very simply, "stat.damageDealt" does not track damage that is dealt from bows by the player.
"stat.damageDealt" does not work withbows"stat.damageDealt" does not work with projectiles
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
The bug
Very simply, "stat.damageDealt" does not track damage that is dealt from bows by the player.
How to reproduce
- Run these commands:
/scoreboard objectives add test minecraft.custom:minecraft.damage_dealt "Damage" /scoreboard objectives setdisplay sidebar test /scoreboard players set @s test 0- Attack an entity with your fist
→Your score should be 10
- Shoot an entity with a bow
→Your score is still 10
The bug
Very simply, "stat.damageDealt" does not track damage that is dealt from bows by the player.
How to reproduce
- Run these commands:
/scoreboard objectives add test minecraft.custom:minecraft.damage_dealt "Damage" /scoreboard objectives setdisplay sidebar test /scoreboard players set @s test 0- Attack an entity with your fist
→Your score should be 10
- Shoot an entity with a bow
→Your score is still 10
Still happens in 1.16
relates to
The bug
Very simply, "stat.damageDealt" does not track damage that is dealt from bows by the player.
How to reproduce
- Run these commands:
/scoreboard objectives add test minecraft.custom:minecraft.damage_dealt "Damage" /scoreboard objectives setdisplay sidebar test /scoreboard players set @s test 0- Attack an entity with your fist
→Your score should be 10
- Shoot an entity with a bow
→Your score is still 10
The bug
Very simply, minecraft:damage_dealt (previously stat.damageDealt) does not track damage that is dealt by projectiles shot by the player.
Affected cases
(List might be incomplete)
- Bow
- Crossbow [Arrow]
- Crossbow [Firework]
- Trident
- Snowballs damaging blazes
How to reproduce
- Run these commands:
/scoreboard objectives add test minecraft.custom:minecraft.damage_dealt "Damage" /scoreboard objectives setdisplay sidebar test /scoreboard players set @s test 0- Attack an entity with your fist
→Your score should be 10
- Shoot an entity with a bow
→Your score is still 10
"stat.damageDealt" does not work with projectiles"minecraft:damage_dealt" does not work with projectiles
is duplicated by
relates to
"minecraft:damage_dealt"does notwork with projectilesminecraft.custom:minecraft.damage_dealt does not increase when using projectiles to attack entities
The bug
Very simply, minecraft:damage_dealt (previously stat.damageDealt) does not track damage that is dealt by projectiles shot by the player.
Affected cases
(List might be incomplete)
- Bow
- Crossbow [Arrow]
- Crossbow [Firework]
- Trident
- Snowballs damaging blazes
How to reproduce
- Run these commands:
/scoreboard objectives add test minecraft.custom:minecraft.damage_dealt "Damage" /scoreboard objectives setdisplay sidebar test /scoreboard players set @s test 0- Attack an entity with your fist
→Your score should be 10- Shoot an entity with a bow
→Your score is still 10
The Bug:
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases and is set to a value of 10.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase and remains at a value of 10.
The Bug:
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases and is set to a value of 10.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase and remains at a value of 10.
The Bug:
minecraft.custom:minecraft.damage_dealt does not increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases and is set to a value of 10.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase and remains at a value of 10.
minecraft.custom:minecraft.damage_dealt doesnot increase when using projectiles to attack entitiesminecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities
The Bug:
minecraft.custom:minecraft.damage_dealt does
not increase when using projectiles to attack entities.Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases and is set to a value of 10.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase and remains at a value of 10.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases and is set to a value of 10.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase and remains at a value of 10.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases
and is set to a value of10.- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase
and remains at a value of10.The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
Expected Behavior:
The expected behavior would be that minecraft.custom:minecraft.damage_dealt increases when using projectiles to attack entities.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
Expected Behavior:
The expected behavior would be thatminecraft.custom:minecraft.damage_dealt increaseswhen using projectiles to attack entities.The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
Observed Behavior:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Expected Behavior:
minecraft.custom:minecraft.damage_dealt would increase when using projectiles to attack entities.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
Observed Behavior:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Expected Behavior:
minecraft.custom:minecraft.damage_dealt would increase when using projectiles to attack entities.
The Bug:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity using your hand.
- →
Notice how the scoreboard increases.
- Attack an entity through the use of any projectile.
- →
Notice how the scoreboard does not increase.
Observed Behavior:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Expected Behavior:
minecraft.custom:minecraft.damage_dealt would increase when using projectiles to attack entities.
The Bug:
minecraft.custom:minecraft.damage_dealt
doesn't increase when using projectiles to attack entities.Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity
using your hand.- →
Notice how the scoreboard increases.
Attack an entity through the use of any projectile.- →
Notice how the scoreboard does not increase.
Observed Behavior:
minecraft.custom:minecraft.damage_dealt doesn't increase when using projectiles to attack entities.
Expected Behavior:
minecraft.custom:minecraft.damage_dealtwould increasewhen using projectilesto attack entities.The Bug:
The minecraft.custom:minecraft.damage_dealt scoreboard objective only tracks when the player deals damage to entities through using melee sources and not ranged sources.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not minecraft.custom:minecraft.damage_dealt increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
The Bug:
The minecraft.custom:minecraft.damage_dealt scoreboard objective only tracks when the player deals damage to entities through using melee sources and not ranged sources.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt /scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not minecraft.custom:minecraft.damage_dealt increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
The Bug:
The minecraft.custom:minecraft.damage_dealt scoreboard objective only tracks when the player deals damage to entities through using melee sources and not ranged sources.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt/scoreboard objectives setdisplay sidebar DamageDealt- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not minecraft.custom:minecraft.damage_dealt increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
The Bug:
The minecraft.custom:minecraft.damage_dealt scoreboard objective only tracks when the player deals damage to entities
throughusing melee sources and not ranged sources.Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt/scoreboard objectives setdisplay sidebar DamageDealt- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not minecraft.custom:minecraft.damage_dealt increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
The Bug:
The "minecraft.custom:minecraft.damage_dealt" scoreboard objective only tracks when the player deals damage to entities by using melee sources and not ranged sources.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt/scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not "minecraft.custom:minecraft.damage_dealt" increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
"minecraft.custom:minecraft.damage_dealt" doesn't increase when using projectiles to attack entities
The Bug:
The "minecraft.custom:minecraft.damage_dealt" scoreboard objective only tracks when the player deals damage to entities by using melee sources and not ranged sources.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt/scoreboard objectives setdisplay sidebar DamageDealt
- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not "minecraft.custom:minecraft.damage_dealt" increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
The Bug:
The "minecraft.custom:minecraft.damage_dealt" scoreboard objective only tracks when the player deals damage to entities by using melee sources and not ranged sources.
Steps to Reproduce:
- Create a scoreboard objective for tracking when the player deals damage and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt/scoreboard objectives setdisplay sidebar DamageDealt- Attack an entity through a melee source of damage and take note of how the scoreboard increases.
- Attack an entity through the use of any projectile.
- Take note as to whether or not "minecraft.custom:minecraft.damage_dealt" increases when using projectiles to attack entities.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would track damage dealt to entities when using projectiles.
is duplicated by
Duplicate of MC-29519- If you have not, please use the search function in the future, to see if your bug has already been submitted. If you could not find the original report, please comment with the keywords you searched for.
Duplicate of MC-29519 - If you have not , please use the search function in the future, to see if your bug has already been submitted. If you could not find the original report, please comment with the keywords you searched for.
Duplicate of MC-29519
Duplicate of MC-29519 – If you searched the tracker before creating this report, and were unable to find the indicated ticket, please comment with the keywords you searched for so that the original report can be improved.
The Bug:
"minecraft.custom:minecraft.damage_dealt" doesn't increase when damaging the ender dragon.
Please note that you must attack the ender dragon using a melee source of damage as a result of MC-29519.
Steps to Reproduce:
- Create a scoreboard objective for tracking when you deal damage and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add DamageDealt minecraft.custom:minecraft.damage_dealt
/scoreboard objectives setdisplay sidebar DamageDealt
- Summon an ender dragon and attack it.
- Take note as to whether or not "minecraft.custom:minecraft.damage_dealt" increases when damaging the ender dragon.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would increase.
Confirmed in 1.16.1 and 20w28a. Related to MC-29519.
Duplicate of MC-29519
Thank you for your report!
We're actually already tracking this issue in MC-29519, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote or any additional information to the main ticket it would be appreciated.
Please be sure to use the search feature before creating a ticket to see if the issue has already been reported.
Quick Links:
📗 Tracker Guidelines | 🛠 Community Support | 📧 Mojang Support | 🔑 Account Support | ✍️ Feedback Discord

confirmed for 13w38c
Confirmed for 1.7.4
Confirmed 1.8 snapshots
Confirmed
Also critical hits will add less points than normal hits to the damage dealt scoreboard
If i'm not wrong, thats because an arrow doesn't "know" if it was shot by a player or a hostile mob. Therefor the arrow is dealing the damage and not the player. So its not a bug - its just not implemented as you want it.
Confirmed for Minecraft 14w29b
So guess this is a "requested feauture" and they should just add a "owner" NBT for arrows.
@Searge, you know what the next "secret feature" will be ;D (and actually one, that poeple except for SethBling requested ...)
When we are at the topic and you read this, also please look at the request that other projectiles are able to do knockback to players
and a way to register "hitting" the player, even if it will not do damage. (for expample. stat.hitPlayer)
Masahiro Kurokawa this is NOT the suggestion page! (it is here: http://www.reddit.com/r/MinecraftSuggestions)
Also you shouldn't decide about a report which is about something which works already for some entities and for other not is a future request or a bug.
That is the decision of the developers
Then please see it as a "bugfix suggestion" ;D
The "bug" can be fixed by giving arrows a "Owner"-nbt tag, so you will be able to track them.
And yes, I can confirm this "bug"
It is true, arrows need really more tags, but I do not really understand how it works then with the team option friendly fire
Except mobs can determine who hit them, and players can't hurt each other with projectiles if pvp is disabled in server.properties. So the game has some way of knowing.
@Torabi, yeah, you can't pick up arrows from skeletons, that means that game must know that it came from a skeleton, also death messages says "[player] was shot by [player]", so I agree, the game must have some way of knowing.
the arrow only knows if it came from a player or not. But not from which player it came from.
it does know, [deathplayer] was shot by [shootingplayer/mob]
The last time I shot someone in a LAN world, the log said:
[22:14:27] [Server thread/INFO]: §9AndreNYH§r was shot by §9JediTFM§r
[22:14:27] [Client thread/INFO]: [CHAT] §9AndreNYH§r was shot by §9JediTFM§r
So it does know who shot the arrow.
Is this still a concern in the current Minecraft version 1.8.1 Prerelease 3 / Launcher version 1.5.3 or later? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.
It's still on the 1.8.1 Prerelease 3, sadly
I know this is a year old issue, but I'm just here to confirm that it still is a bug on the following versions: 1.8.9, 16w06a, and 16w07a.
I can confirm that this bug is still present in the 1.9 version of Minecraft
Confirmed in 1.9.3-pre1. Occurs with all non-melee attacks. Almost certainly intended.
Confirmed in 1.9.4.
Confirmed in 16w21b and lower 1.10 snapshots.
Is this still an issue in the latest snapshot 16w44a? If so please update the affected versions.
This is an automated comment on any open or reopened issue with out-of-date affected versions.
Yes, I can confirm this bug/inconsistency is still present in 1.10.2, as well as 16w44a.
Confirmed in 1.11.2
confirmed in 18w03b
confirmed in 18w22c, does not track arrow damage or thrown trident damage
Also I can't figure out how to update the versions affected, sorry
Can confirm for Minecraft 1.14
Can confirm for Minecraft 1.14.2 - both bow and trident damage is not tracked
Confirming for 1.15 Pre-Release 1, tested with Bow, Trident, and Crossbow
Confirmed in 1.16.1.
Still happens in 20w27a
Still happens in 20w28a
Can confirm in 20w46a.
This same concept also applies for:
I'd like to request ownership of this report as the reporter has been inactive since August 2014.
Can confirm in 20w51a.
Can confirm in 21w03a.
Can confirm in 21w05b.
Can confirm in 21w06b.
Can confirm in 21w07a. I'd like to request ownership of this ticket, since the current reporter has been inactive since August 2014. I am willing to keep it updated and provide all of the appropriate details regarding this issue.
yeah i just saw this when i was trying to make a custom weapon that gives you arrows when you deal damage to an entity and i hope this can get fixed in the future
1.15.2 doesn't work either
Can confirm for 1.17 pre-release 3
Can confirm for 1.19.4
can confirm in 24w07a.
Can confirm for 1.20.4
Can confirm in 1.21