Started by
Minecraftfan1966
on
Topic category: Help with MCreator software
I don't understand how the custom spawning conditions work. I have tried looking for tutorials, but alas nothing I would really appreciate it if someone could explain. I want to make the mob spawn in caves :)
Use the mcreator wiki
it's a procedure.
you could try the following:
IF "Can location at XX YY ZZ see the Sky = FALSE"
v
Do "Spawn XX YY ZZ living Entity: CustomEntityhere
Return = True
v
Return = False
In theory, as long as an area has an overhead (Like caves, nether), your mob can spawn at it.
You could adjust the YY coordinates probably.
I made similar for my Titans day spawn and it works fine.