how to spawn already tamed mobs?

Started by EfremD228 on

Topic category: Help with Minecraft modding (Java Edition)

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?

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

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

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

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

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
man i need help with this too
Wed, 07/03/2024 - 00:26

man i need help with this too