The bug
minecraft.custom:minecraft.fall_one_cm
doesn't track fall distance when player lands in liquid, powder snow, or cobweb.
How to reproduce
Add a new objective with the
stat.fallOneCm
criteria:/scoreboard objectives add distanceFallen minecraft.custom:minecraft.fall_one_cm /scoreboard objectives setdisplay sidebar distanceFallen /scoreboard players set @s distanceFallen 0
Make yourself two pools, one of water and one of lava, and make a web cube for you to fall in:
/fill ~ ~ ~5 ~5 ~5 ~10 cobweb /fill ~ ~ ~5 ~5 ~5 ~10 water /fill ~ ~ ~5 ~5 ~5 ~10 lava
Fly above these things and put yourself in Survival. You need to be in survival mode for the fall itself since this statistic doesn't track at all in creative mode.
→ Notice how your score does not increase
Please do not mark unreleased versions as affected.
You don't have access to them yet.