Started by
TheCatalystGaming
on
Topic category: Help with Minecraft modding (Java Edition)
To clarify the title, is there any way to make a mob start naturally spawning in the world when, for example, a variable is set to a certain value? I was going to use it so that as bosses are defeated, harder enemies start to spawn in the world.
Yes you can. Use on initial mob spawn procedure trigger and in this procedure check if your condition is not met. If it is not, call despawn entity procedure block to cancel mob spawning.
Thanks for the help, I never would have thought of that!
You are welcome!