#How do I make entities stay together in groups?
1 messages · Page 1 of 1 (latest)
You could try looking at the llama's code and see the caravan behaviour
I’m looking for the entities to walk in a group on their own without a player leading one
Like pillagers when on patrol
I’m trying to figure that out too. I literally posted the same question not too long ago
have you tried this? https://bedrock.dev/docs/stable/Entities#minecraft%3Abehavior.follow_mob
Isn’t this what the parrot does where it follows anything?
so...still nothing conrete yet?
Nope
Damn, I really don't wanna resort to Javascript cause I'm still new to it. A cool thing I found out though, you can download other mods and take a peak at their code. Maybe one has the code we're looking for. I'll let you know if I find anything.