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

Mobs info take alot of time to load about 30min + on large modpack #47

Open quentin452 opened 10 months ago

quentin452 commented 10 months ago

idk whats is the issue but it seem some entities take long time to load like entities from headcrumbs

i can make a video if you want

quentin452 commented 10 months ago

here is logs : fml-client-latest.log

kuba6000 commented 10 months ago

Drops are generated using fake number generator and going through every single possible combination. So if there are a lot of nested random number generations in the mob drop then the drops will take a long time to generate, thats why there is a cache. And also if it is taking too long, the mob is just skipped.

kuba6000 commented 10 months ago

But if its taking that long then maybe there is something wrong in the skipping logic