spawn new mobs, after killing a boss

Started by Obftus on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Aug 2021
Points:
574

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
spawn new mobs, after killing a boss

(sorry for my English)
I would like it after some event like "kill the enderdragon" or something like that. new enemies/mobs start to appear.
in this way, being able to add new content, without affecting the vanilla experience

very similar to what terraria does. After you kill one boss, new enemies start spawning and new content in general.

Active 2 months ago
Joined Aug 2022
Points:
577

User statistics:

  • Modifications: 5
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 57
You can use trigger "If…
Tue, 08/15/2023 - 06:49

You can use trigger "If entity killed" (sorry idk how it in english im russian) and in this trigger you can add "Summon entity ..." from World control. I helped you?