Taming mobs when summoned

Started by _RedLine_ on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 months ago
Joined Feb 2024
Points:
149

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
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

Active 4 months ago
Joined Jul 2024
Points:
107

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 47
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>}

Active 4 months ago
Joined Jul 2024
Points:
107

User statistics:

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

Let me know if that works