How do I make a mob that will walk behind another mob at a very close range and have them join together?

Started by MisterSmeet on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a mob that will walk behind another mob at a very close range and have them join together?

How do I make a mob that will walk behind another mob at a very close range and have them join together?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It would be difficult to do…
Sat, 04/19/2025 - 18:50

It would be difficult to do without it looking a little janky but you could use minecrafts built in tame system and when it gets close enough run a procedure the command would look something like this("tp @e[r=5,type=whatever] ^ ^ ^0.9 facing @s")