What's new
Resource icon

[Free] Osiris, Lord of the Dead 1.0

Really good, it's working on 1.12.2 :D
The mob is fun to play around with and it is helping me practice with creating my own mobs using MythicMobs. By the way to make this perfect change the summon mummy code to this

summonMummy:
Cooldown: 20
Skills:
- message{m="&e&l<mob.name><&co> Let's see how you deal with the dead!"} @PlayersInRadius{r=40}
- sound{s=entity.zombie.ambient;repeat=1;repeatInterval=5;} @Origin
- Summon{mob=husk;amount=2;radius=2;onSurface=true;} @PlayersInRadius{r=40;limit=1;sort=FURTHEST}

if you dont your just gonna get
✗[33m Config Error for Mechanic line '[4mSummon{mob=mummy;amount=2;radius=2;onSurface=true;}[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.
in console
Pretty cool! thanks for sharing.
Top