Changing the BlockState of a falling block does not update what it looks like
Using data merge or data modify to change the BlockState.Name or BlockState.Properties tag for a falling_block entity will not change how it looks, but it will still settle as the block it was modified to.
To replicate:
summon falling_block ~ ~ ~
{Time:1}data modify entity @e[type=falling_block,limit=1,sort=nearest] {BlockState:{Name:"minecraft:stone"}}
It will continue to look like sand, but once it lands it will place a stone block
2021-02-10, 12:20 AM
2021-02-10, 01:14 AM
2021-02-10, 01:14 AM
0
0
-