Entity_FallingBlock: {
    type: "compound";
    value: {
        FallingBlock?: { type: "compound"; value: object } & Block;
        Time: { type: "byte"; value: number };
    };
} & ActorPrefix

Additional fields for [falling block](https://minecraft.wiki/w/falling block).