Immediately tamed mob

Started by MisterGold on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Immediately tamed mob

I'm making a mod, and I need the mob to be tamed immediately when it appears/spawns (on older versions, there was a separate checkbox), but the procedure says there aren't enough dependencies. 2024.4 MCreator

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would like to see a…
Sat, 04/11/2026 - 17:58

I would like to see a screenshot or something similar

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add a data tag, eg spawned…
Sun, 04/12/2026 - 08:59

Add a data tag, eg spawned=true, to the entity when it is spawned if it also occurs naturally, that way you will only tame the spawned entity. And add an if entity has tag spawned=true.

https://imgbox.com/79XxBdZt

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Using my script with the on…
Sun, 04/12/2026 - 18:23

Using my script with the on initial spawn trigger works great and is very simple 

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nothing works, none of the…
Thu, 04/16/2026 - 10:35

Nothing works, none of the options

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Strange what version are you…
Thu, 04/16/2026 - 10:47

Strange what version are you on?