Is there a way to limit erosion to a specific tag?

At the moment erosion will overwrite all tags, which causes issues when the tag is for example “water” and untraversable. All of a sudden erosion makes it traversable.

Can I limit which tags are effected by erosion somehow?

Or do I simply need to write my own erosion script? Shouldnt be too hard, just find all the nodes bordering the bollider bounding box I just applied and set the to tag X if requirements are met.

Just wanted to check if there was a built in way.