Unlockable mobs

Started by TheCodamanCrew on

Topic category: Help with modding (Java Edition)

Last seen on 23:57, 31. Aug 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unlockable mobs

I'd like to make it so certain mobs when they try to spawn wont be able to spawn unless a certain milestone, such as an achievement is completed, then these mobs start spawning.

Last seen on 00:59, 19. Oct 2022
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use a global variable (logic…
Sun, 05/02/2021 - 00:24

Use a global variable (logic)
then when a certain action is performed it will set the global variable to "true".
now create a procedure that is not bound to anything
https://imgur.com/a/p7uK7fr

now go to your entity configuration and go to "spawn".
https://imgur.com/a/rGWfxQ0
select the procedure you just created

done