Started by
PythonIsCool
on
Topic category: Help with Minecraft modding (Java Edition)
I want the mob that gets summoned on a key binding to be automatically tamed by the closest player. any way to do this?
Topic category: Help with Minecraft modding (Java Edition)
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 this, but I think 2020.5 now has tame entity procedure block, which you could use in combination with entity in range procedure.
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?