Started by
Shapudan
on
Topic category: Help with Minecraft modding (Java Edition)
That is, I created a procedure for the mob in which he would spawn only in caves but at a certain height. And the world just doesn't load. Crashes
Topic category: Help with Minecraft modding (Java Edition)
That is, I created a procedure for the mob in which he would spawn only in caves but at a certain height. And the world just doesn't load. Crashes
Since you set a global trigger for "when entity spawns" this includes every entity. It's having to check every entity that spawns in the world, and it keeps running. Make sure you define exactly what mobs you want to spawn below a certain height and add the procedure block "Cancel event that triggered global trigger..." to the end of the code.
Forgot to mention that you can find that block in the advanced tab