Speed based on blocks

Status
Fixed
Issue description

is there any way to make increase an entities speed based on if they're standing on a specific block, (and its a custom block) like soul sand?

Issue comments

You could use on entity collides with block and give this entity a potion of speed/slowness for one tick. If you use advanced add potion effect block, you can disable bubbles and display of the potion so the user does not see that the potion is active.

I've tried that and it dosn't seem to work with custom blocks. My speed stays as default on those.