zombie villager cure

Started by daspiderrr on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
zombie villager cure

how do i make it so that when i apply an effect using a splash potion or a tipped arrow to a certain mob and then right click it with a specific item which will then play a shaking animation for it (this is not necessary, although i would like if this was also possible) which after a short amount of time (probably around 5 minutes) will turn it into a different mob? just like how you cure a zombie villager

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If it's a custom mob, there…
Sun, 05/30/2021 - 16:24

If it's a custom mob, there should be a "on rightclick" procedure, then add "If" "mob has potion effect "...", "if" "player is holding ...", then use the new "wait (ticks)" feature, make it about 6000 ticks and after that "despawn entity" then "spawn ...". I haven't used MCreator in a while, so I'm not 100% sure it will work, neither do I know if I typed the procedure names correctly, but I hope this helps at least a little bit.

Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok but how about a vanilla…
Mon, 05/31/2021 - 07:36

ok but how about a vanilla mob