How do i make it to where a entity spawns after another has died?

Started by h4kced on

Topic category: Help with modding (Java Edition)

Last seen on 01:06, 11. Sep 2022
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make it to where a entity spawns after another has died?

I am trying to make a mod and I need a mob to have different versions for the fight. 

thx :)

Last seen on 14:58, 18. Apr 2024
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go to your entity's…
Sat, 10/01/2022 - 18:55

Go to your entity's procedures, make a procedure for "when entity dies", and just put in a block into the procedure, that spawns another entity.