Insta tame mob

Started by ArmadilloMikeYT on

Topic category: Help with MCreator software

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Insta tame mob

How can I make a mob that when summoned using a procedure it will immediately be tamed.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the block: [Tame (event…
Sat, 10/12/2024 - 22:49

Use the block: [Tame (event/target entity) by (source entity)], where event/target entity is the mob and the source entity is the player.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What trigger is it on, are…
Sun, 10/13/2024 - 16:07

What trigger is it on, are you summoning minions or something with an item. If its a custom entity it should be pretty easy like this:

Obviously replace Wolf with your custom mob. If the entity your spawning could also be fighting you/ in the same area. Then make a seperate entity being the tameable one that spawns.

I put two if statements because I dont know what your trigger is but the tamed by will  be either event/target entity or source entity (being the player).