-
Bug
-
Resolution: Fixed
-
24w12a, 24w13a, 24w14a
-
None
-
Confirmed
-
Combat
-
Important
-
1216310
-
Expansion B
If a player lands a hit with the mace and is still falling, they will deal damage based on the height they started falling rather than the height they landed their last mace hit. This means that a player can extend the mace's powerful attack to more than one entity per fall, which could be exploited under some circumstances.
To reproduce:
- Run the following command to create a command block that will make any survival player fall continuously:
/setblock ~ ~ ~ minecraft:repeating_command_block[conditional=false]{Command:"tp @p[gamemode=survival] ~ ~10 ~",auto:1b,conditionMet:1b,powered:0b}
- Obtain a mace and go into survival mode.
- While "falling", run the following command a few times to summon wardens without AI:
/summon minecraft:warden ~ ~ ~ {NoAI:1}
- Hit the wardens with a mace quickly, noticing that the amount of damage does not reset after each hit.