Started by
Snow256
on
Topic category: Help with Minecraft modding (Java Edition)
I am new to using MCreator and I am creating an item that can despawn one mob and spawn another. I want that, when this other mob is spawned, it is already tamed by the player. Can someone help me with this?
You could use a procedure block to summon your custom entity at X Y Z
then, use the tame event/target entity by sourceentity procedure block, but place get nearest entity of type your entity at X Y Z in the first slot, and event/target entity in the second slot
it worked almost perfectly just had to change the second slot by the source entity
I'm glad it was helpful