I would like to see this feature added to the program! Mob transformation

Started by HamsterKid on

Topic category: Feature requests and ideas for MCreator

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would like to see this feature added to the program! Mob transformation

I would like to see some kind of creature evolution/change. I mean, for example, when i hit my mob, transform it to another mob. Something like the Villagers to Villager Zombies

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedures ^u^ :  When event…
Mon, 08/05/2019 - 08:36

Procedures ^u^ :

 When event trigger :

     - Spawn at x=X y=Y z=Z entity entity.zombie
     - Despawn provided entity

And you put this in the "When mob is hit" event. But be careful placing the despawn function at the very end of the procedure, otherwise the game will try to execute the spawn function as something that doesn't even exist and it will cause a Java crash

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yep, it works thanks 
Tue, 08/13/2019 - 11:41

Yep, it works thanks