The block placement delay and animation are ignored when a block from an addon is placed on the ground or walls with the "minecraft:placement_filter" component enabled on it.
This bug only happens with the dedicated server, singleplayer is working as intended.
Test addon, world and preview video below.
Steps to reproduce
1. Create a Addon with a block with the component "minecraft:placement_filter"
Ex.:
"minecraft:placement_filter": {
"conditions": [
{
"allowed_faces": ["up"]
}
]
}
2. Load the addon into the world and click and hold with the new block on the ground or wall (if the allowed face is "side")
3. See there's no delay in placing blocks
Resolving temporarily as Awaiting Response. Could you upload the example add-on to a different site (e.g., OneDrive)?
This ticket will reopen automatically when you reply.