kuba6000 / Mobs-Info

1.7.10 minecraft mod that adds a new NEI tab with the mobs info (Name, Origin (Mod), HP, drops), also supports Infernal-Mobs.
https://modrinth.com/mod/mobsinfo
GNU Lesser General Public License v3.0
7 stars 7 forks source link

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

Open unilock opened 6 months ago

unilock commented 6 months ago

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?

kuba6000 commented 6 months ago

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