If I try to summon a falling block like this:
/summon falling_block ~ ~5 ~ {Block:"gold_block",Time:1s}
It summons a falling sand instead of a falling gold block
Comments 6
This command should work:
/summon minecraft:falling_block ~ ~5 ~ {BlockState:{Name:"minecraft:gold_block"},Time:1s}
It's BlockState now.