Entity vertical friction
The bug
Some entities seems to don't have any vertical friction, so they do this curve: 2018-06-10_10.16.56.png![]()
How to reproduce
- Run in an always active, repeating command block:
/execute at @e[type=armor_stand] run summon falling_block ~ ~ ~ {Time:1,BlockState:{Name:"minecraft:lapis_block"}} - Run:
/summon armor_stand ~ ~ ~ {Motion:[5.0,5.0,0.0]}
Linked Issues
Created Issue:
entity vertical friction
some entities seems to don't have any vertical friction, so they do this curve:
commands used to visualize this:
every tick: execute at @e[type=armor_stand] run summon falling_block ~ ~ ~ {Time:1,BlockState:{Name:"minecraft:lapis_block"}}
and this: summon armor_stand ~ ~ ~ {Motion:[5.0,5.0,0.0]}
Environment
windows 10, 16Gb ram, i7 870 2.93 GHz
some entities seems to don't have any vertical friction, so they do this curve:
commands used to visualize this:
every tick: execute at @e[type=armor_stand] run summon falling_block ~ ~ ~ {Time:1,BlockState:{Name:"minecraft:lapis_block"}}
and this: summon armor_stand ~ ~ ~ {Motion:[5.0,5.0,0.0]}
The bug
Some entities seems to don't have any vertical friction, so they do this curve: 2018-06-10_10.16.56.png
How to reproduce
- Run in an always active, repeating command block:
/execute at @e[type=armor_stand] run summon falling_block ~ ~ ~ {Time:1,BlockState:{Name:"minecraft:lapis_block"}}- Run:
/summon armor_stand ~ ~ ~ {Motion:[5.0,5.0,0.0]}
windows 10, 16Gb ram, i7 870 2.93 GHz
entity vertical frictionEntity vertical friction
relates to

Can confirm in 20w51a.
Can confirm in 21w03a.