Started by
_RedLine_
on
Topic category: Help with modding (Java Edition)
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
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>}
Let me know if that works