So i wanna replicate a trapdoor in bedrock using a custom pack, and as soon as i transitioned my block from the old style, using cardinal_player_facing with the up/down (0, 1) to figure out if i should rotate the block to be on the top side of the block, to the new style of minecraft:vertical half, the trapdoor just shows me the "update" block.
Both versions of the code are provided below, im not sure why it wont work.