How do i make a Procedure detect how much of a specific Mob you've killed? (If it's possible)

Started by Arceus on

Topic category: Help with modding (Java Edition)

Last seen on 23:51, 29. Oct 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make a Procedure detect how much of a specific Mob you've killed? (If it's possible)
Fri, 10/22/2021 - 01:27 (edited)

I asked this because I'm going to make a bestiary where it shows information about a Mob if you kill at least one

Edited by Arceus on Fri, 10/22/2021 - 01:27
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity dies if source entity…
Fri, 10/22/2021 - 02:29

Entity dies

if source entity is type:Player AND event target entity is type:MOB

do (whatever)

 

Last seen on 23:51, 29. Oct 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Man, not gonna lie, you're…
Sat, 10/23/2021 - 16:51

Man, not gonna lie, you're so helpful, thanks