Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
quentin452 opened this issue Aug 18, 2023 · 3 comments
Open
Labels
bug Something isn't working

Comments

@quentin452
Copy link

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
Copy link
Author

here is logs :
fml-client-latest.log

@kuba6000
Copy link
Owner

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
Copy link
Owner

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

@kuba6000 kuba6000 added the bug Something isn't working label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants