I've been having an issue wih Mythic Mobs where only the 'Blob' will spawn, all other mobs work just fine and its just trying to get them to work with random spawns.
(Edit)
Only the first Mob spawning.
(Edit)
Code:
RandomSkeletonKing: MobType: SkeletonKing Worlds: world Chance: 0.001 Priority: 1 Action: replace Conditions: - outside true RandomSkeletalKnight: MobType: SkeletalKnight Worlds: world Chance: 0.008 Priority: 1 Action: add RandomBlob: MobType: Blob Chance: 1 Priority: 1 Action: add...