-
Notifications
You must be signed in to change notification settings - Fork 47
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
Drastically reduces framerate on 1.20.6 #309
Comments
Try reproduce without essential and provide logs even if it doesn't crash. |
Without essential, there is no difference about the framerate and there is nothing off in the logs, or even anything other than I joined the game. |
Please provide logs even if there isn't anything off in it so that we can investigate further. |
Here is what I found: |
That isn't a complete log. Here is how you post the logs: https://docs.fabricmc.net/players/troubleshooting/uploading-logs |
Okay, here it is: |
That's pretty odd. Try install spark. After installing it, load into a world, wait ~30s for the fps to stabilize and run the command |
https://spark.lucko.me/5zcA5iIo6d |
There seems to be a lot more mods in the report. Try reproduce with only sodium, lithium and C2ME. If the issue persists, there is basically only one explanation: The framerate reduction is mostly due to increased chunk loading speed. The faster the client is receiving chunks, and the more chunk the client sees, the more work it has to do, which is going to cause FPS problems. There is a tradeoff between chunk loading speed and framerate, and you need to choose between these two aspects. |
Okay, thanks! |
Describe the bug
When I play on 1.20.6 fabric, I usually get around 250+ frames per second with performance mods like sodium, but when |I install this my FPS goes to 40-60.
To Reproduce
Steps to reproduce the behavior:
2.Launch Minecraft, and the game gets really laggy
Expected behavior
I expected better chunk performance, which I did, but also expected the frames to stay the same.
Screenshots
None.
Runtime info (please complete the following information):
Crash reports / logs
None
Other mods
Sodium, lithium, essential
The text was updated successfully, but these errors were encountered: