Custom mob spawning condition not working

Started by akisephila on

Topic category: Help with MCreator software

Last seen on 07:56, 15. Nov 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom mob spawning condition not working

I have custom spawning conditions for one of my mobs. 
If {Nearest player} has achievement {Free the end} then
return {true}
else 
return {false}

But it.. doesn't work? Please help.