Mobs Info

Mobs Info

2.8k Downloads

Its really anoying , idk whats the problem but the cache seem to be recreated when remove or add mods into a large modpack

quentin452 opened this issue ยท 3 comments

commented

it is possible to add dynamic caching to reduce loading time : see #47

commented

Cache is recreated when you add/remove or update any mod in the mod list by default. This behaviour can be changed in the config file mobsinfo.cfg.
There is currently no option to only update cache with mobs added by a new mod, maybe thats a good idea to do, I will think about it.

commented
# When will cache regeneration trigger? 0 - Never, 1 - ModAdditionRemoval, 2 - ModAdditionRemovalChange, 3 - Always, 
I:CacheRegenerationTrigger=2
so you mean i need to change the value 2 to 3?
commented

No, if you don't want to regenerate a cache when a mod is added or deleted then change it to 0. Then the cache will only be regenerated when you remove the cache file from the config folder. 3 will make it regenerate ALWAYS