how do i make a mob that will start spawning in your world like a regular mob if you get an advancement

Started by Dark daia the the on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a mob that will start spawning in your world like a regular mob if you get an advancement

so im trying to make a mob that will start spawning like other mobs if you get an advancement. except, i suck. can someone help?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/a/vSlp5Cb …
Sat, 08/09/2025 - 16:56

https://imgur.com/a/vSlp5Cb

 

if entity is sub-type of "your entity" and player has advancement "your advancement" > return "true"

 

this should work although "return "true"" might be a different block

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you send an image of the…
Sun, 08/10/2025 - 14:39

can you send an image of the code