Turning a mob into another mob by right clicking it with an item

Started by ModManOnCurseForge on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Turning a mob into another mob by right clicking it with an item

I made another version of a creeper, a nice version. And i added an item that can turn a normal creeper into a nice one. I just need help with the procedures. I want to know how to make it to when i right click a creeper with a specific item, it turns into my nice version.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use the "Player…
Tue, 10/01/2024 - 00:16

You can use the "Player right clicks on entity" additional trigger and then the "Despawn" entity procedure block and the "Spawn entity" world procedure block.

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yo, Your a true life saver…
Tue, 10/01/2024 - 23:30

Yo, Your a true life saver man. I have almost no idea what im doing procedure wise XD

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But how would i do this…
Wed, 10/02/2024 - 00:06

But how would i do this exactly, like if i want to use it on a creeper and the creeper despawns and spawns another mob?