Taming mobs when summoned

Started by _RedLine_ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Taming mobs when summoned

I wanted to create an item that summons a horde of mobs but ran into the problem that they attack me too. I want to make that when I summoned for example zombies, phantoms, skeletons they were tamed and protected me! MCreator Version:2021.1                  Minecraft Version: 1.12.2

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would have to make a…
Tue, 09/24/2024 - 21:06

You would have to make a custom tamable mob that has the same ai and then use the run command block with this command:

/summon [entity] [pos] {Owner: <PlayerName>}

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Let me know if that works
Tue, 09/24/2024 - 21:06

Let me know if that works