how to spawn already tamed mobs?

Started by EfremD228 on

Topic category: Help with modding (Java Edition)

Last seen on 10:05, 21. May 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to spawn already tamed mobs?

Hello, does anyone know how to spawn already tamed mobs?

Last seen on 18:41, 12. Jun 2022
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thats not how spawning works
Sat, 03/26/2022 - 15:17

thats not how spawning works

Last seen on 04:01, 26. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a procedure on your…
Thu, 03/31/2022 - 13:07

Create a procedure on your entity tick update:

help1

And make sure that your entity is tamable:

help2

Last seen on 12:31, 22. Jan 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you don't need to do entity…
Thu, 03/31/2022 - 15:43

you don't need to do entity tick update I think you just have to add a procedure on spawn that tames the mob with the owner being whatever you want, if you want it to be compatible with servers you could do something like using the closest player

Last seen on 04:01, 26. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried with the initial…
Thu, 03/31/2022 - 16:31

I tried with the initial spawn procedure - doesn't work for some reason