-
Bug
-
Resolution: Won't Fix
-
None
-
1.20.5 Pre-Release 1
-
None
-
Confirmed
-
(Unassigned)
The bug
Mobs that fall slower than normal, such as chickens, will behave unexpectedly when assigned certain values for gravity.
How to reproduce
- Summon a chicken
- Check its gravity attribute - it should be 0.08
/attribute [UUID] minecraft:generic.gravity base get
- Set it to -0.08
/attribute [UUID] minecraft:generic.gravity base set -0.08
Expected results
The chicken would fall upwards at the speed it normally falls downwards at.
Actual results
It falls upwards much, much faster than expected.
Further notes
It may be worth implementing attributes for nonstandard falling speed, such as falling acceleration and terminal velocity, rather than hardcoding them to entities like chickens that results in weird behaviour like this.