Started by
Eclipse
on
Topic category: Advanced modding
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.
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