Killing and spawning a specific entity

Started by Eclipse on

Topic category: Advanced modding

Last seen on 19:58, 6. Jul 2018
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Killing and spawning a specific entity

I am trying to make a mod that spawns a specific entity when certain entities are killed, i want it to spawn different things depending on what is killed, how would i go about doing this.

Last seen on 04:38, 22. Oct 2020
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a procedure which…
Thu, 07/12/2018 - 05:20

Create a procedure which checks the conditions you want and if they are true spawn t the mob

 Then when creating the mob when you get to the events section in the when mob dies put the proceedure there

Sorry I was in a bit of a rush to do this Tell me if you need an elaboration