Started by
Wooddent
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make an advancement for killing 50 of my modded entity, but I can't figure out how.
Topic category: Help with Minecraft modding (Java Edition)
I want to make an advancement for killing 50 of my modded entity, but I can't figure out how.
Used variables
Use player persistent variable for every time the mob is killed by a player. if the variabe is over 50, reward the advancement. if under 50, add 1 to the variable.