kuba6000 / Mobs-Info

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

Fix hangs on cache generation #77

Closed ah-OOG-ah closed 3 months ago

ah-OOG-ah commented 3 months ago

In rare situations (for most people, at least) Mobs-Info can spend an inordinate amount of time on a single dropmap. This adds a configurable timeout to the drop generation, defaulting to 10s/dropmap, to work around this.

This also enables enhanced generic injection, jabel, and switches to the generated tags class.

kuba6000 commented 3 months ago

@ah-OOG-ah