ps-dps / MobCaptains

Rare and strong mobs, dropping illegally enchanted gear
https://modrinth.com/datapack/mob-captains
MIT License
5 stars 0 forks source link

Not really an issue #13

Closed NantaArthur123 closed 1 year ago

NantaArthur123 commented 1 year ago

How do I summon a mob captain to test it?

PuckiSilver commented 1 year ago

You can run execute as @e[type=<MOB_TYPE>,limit=1,sort=nearest] run function ps-mob:convert/<RARITY> to convert the nearest mob of said type to a captain of said rarity.

So if you run execute as @e[​type=zombie,limit=1,sort=nearest] run function ps-mob:convert/legendary that should convert the nearest zombie to a legendary one.