Started by
TheCodamanCrew
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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