Started by
rockstoprat
on
Topic category: Help with MCreator software
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?
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