Mobs Info

Mobs Info

2.8k Downloads

[Bug] MobBlacklist does not affect Twilight Forest's "Twilight Lich"

unilock opened this issue ยท 1 comments

commented

Every time Mobs Info's cache is regenerated, it pauses for about 20 seconds while calculating the dropmap for the Twilight Forest mod's "Twilight Lich" boss, eventually skipping it with the following warning:

[10:36:35] [Client thread/WARN] [mobsinfo[Mob Recipe Loader]/mobsinfo]: Skipping TwilightForest.Twilight Lich normal dropmap because it's too randomized
[10:36:49] [Client thread/WARN] [mobsinfo[Mob Recipe Loader]/mobsinfo]: Skipping TwilightForest.Twilight Lich normal dropmap because it's too randomized

However, I believe I've explicitly blacklisted the Twilight Lich from having its dropmap calculated via the MobBlacklist setting in Mobs Info's config:

    # These mobs will be skipped when generating recipe map
    S:MobBlacklist <
        ...
        TwilightForest.Adherent
        TwilightForest.Harbinger Cube
        TwilightForest.HydraHead
        TwilightForest.RovingCube
        TwilightForest.Twilight Lich
     >

It appears the blacklist isn't taking effect on that mob specifically?

commented

Black list only affects ingame NEI pages, to be compatible with server configs.
I will look into that