Started by
Dark daia the the
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Topic category: Help with Minecraft modding (Java Edition)
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?
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
can you send an image of the code
nvm