Hi! Would you mind removing the dependency on miniMAXIme? I'd like to add dependencies on all character mods I know to be compatible with it, so that there is a central place for people to find available characters – but if both mods depend on each other, we get a "circular dependency" error on loading. This is because most dependencies (including optional dependencies) are used to force loading order: the mod depended on is supposed to be loaded first, and this obviously wouldn't work.