taming a summoned mob

Started by PythonIsCool on

Topic category: Help with modding (Java Edition)

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
taming a summoned mob

I want the mob that gets summoned on a key binding to be automatically tamed by the closest player. any way to do this?

I am not 100% sure about…
Thu, 12/03/2020 - 10:13

I am not 100% sure about this, but I think 2020.5 now has tame entity procedure block, which you could use in combination with entity in range procedure.

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, but I think if I do…
Sat, 12/05/2020 - 16:10

Yeah, but I think if I do that then if a person gets closer to the entity then the owner, it’ll go to that person. My problem is stands in the mod are close range many times, so that’s a problem if I’m going near someone. Also, is there a way to make sure under no circumstances that the stand can move outside of a certain radius from its owner?