How does custom spawning conditions work? I need help :)

Started by Minecraftfan1966 on

Topic category: Help with MCreator software

Last seen on 21:22, 20. Dec 2021
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How does custom spawning conditions work? I need help :)

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 :)

Last seen on 06:15, 11. Jul 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it's a procedure.  you could…
Fri, 12/03/2021 - 01:01

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.