Setting to make mobs teleport

Status
Resolved
Issue description

I was thinking if it was possible to make mobs teleport, like for adding enderman variants it would be neat, this would be a good feature, maybe it would be used for my lost o' mobs mod! Thankyou for taking your time on reading this

Issue comments

You can implement this by tick update procedure and on random chance (or using timer) selecting a near random position and teleport there.

This is how enderman does this.