An item that turns a mob into a different mob

Started by Thedoom19 on

Topic category: Help with MCreator software

Last seen on 11:19, 24. Jan 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
An item that turns a mob into a different mob

for instance: if i right click with item on a villager it turns into a witch

Last seen on 16:45, 4. Dec 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You'll need to make a…
Thu, 07/07/2022 - 15:12

You'll need to make a procedure and put it on this trigger:

Then the procedure must be something like this:

And if you want your entity to keep its rotation when it turns into the new entity replace the spawn block with this one:

Last seen on 16:45, 4. Dec 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Seems like the images are…
Thu, 07/07/2022 - 15:17

Seems like the images are broken, at least for me, let me fixe them (In the next post)

Last seen on 16:45, 4. Dec 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You'll need to make a…
Thu, 07/07/2022 - 15:26

You'll need to make a procedure and put it on this trigger:
"Right Clicked Trigger"

Then the procedure must be something like this:
"Turn Entity Into New One Proc"

And if you want your entity to keep its rotation when it turns into the new entity replace the spawn block with this one:

"Spawn With Previous Entity Rotation"