-
Bug
-
Resolution: Unresolved
-
None
-
1.21 Pre-Release 3, 1.21 Pre-Release 4, 1.21 Release Candidate 1, 1.21
-
None
-
Confirmed
-
Combat, Data Packs, Items
-
Low
-
Platform
Steps to reproduce:
- Create a void world with the provided data pack.
- Use the following commands to create and display a scoreboard:
/scoreboard objectives add Health dummy "Health" /scoreboard objectives setdisplay sidebar Health
- Place an always active repeating command block with the following command:
execute as @p at @s as @n[type=!minecraft:player] store result score @s Health run data get entity @s Health 1000000
- Spawn some mob in a cage: the scoreboard will display its health with a precision of 1 millionth.
- Enchant a weapon with the squeaky:squeaky enchantment, which multiplies the weapon's damage by 0, resulting in a weapon dealing 0 damage.
- Hit the mob, multiple times to ensure the enchantment's behavior: its health will not change as expected.
- Hit the mob faster, at least faster than one hit every 400ms for a sword from what I noticed, if possible with an auto-clicker to get a consistant timing but simply spamming also does the trick.
Observed result:
The mob will sometimes take a very small amount of damage, less than 0.1 HP.
Expected result:
The mob does not take damage.