Need help with natural spawning condition

Started by rockstoprat on

Topic category: Help with MCreator software

Last seen on 03:42, 13. Nov 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need help with natural spawning condition

Hello, I am running into a simple problem.

I created a spawning condition with the + symbol, but afterwards I realized I could not select any condition underneath the natural entity spawning condition as the only option was "use vanilla condition"

How can I select a natural entity spawning condition? Or create one properly?

Last seen on 12:31, 22. Jan 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it doesn't tell you how to…
Thu, 05/12/2022 - 15:06

it doesn't tell you how to make a condition for some reason

to make a condition, first you have to create a procedure, then add an if condition with the block "Return [true]" in it

place the block "Return [false]" outside the if condition with no condition around it, so that it defaults to false after everything else doesn't work

add this procedure to the spawning condition

this way, if the condition you put in the if block is true, then it'll spawn the entity