-
Notifications
You must be signed in to change notification settings - Fork 32
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
[🐞]: Loading Minecraft Slower #750
Comments
Has Macaw's Fences & Walls recently been updated? That's the only thing I can think of. EDIT: ☝🏻 this is about
and for the missing textures from BWG and Enchanted. I think i know why. I'll need to include them in the module. |
I had allocated exactly 4 GBs (4,608) of RAM in that moment, |
Alright. the performance issue will take some times to investigate. The missing textures problem is easy to fix. EDIT: |
https://modrinth.com/mod/enchanted-witchcraft |
oh it's Enchnated-Witchcraft. thank you. the texture problem with BWG (Oh The Biomes We've gone) for hedge is fixed. |
make that "Fixed 2 of 3 Enchanted problem is fine now. I improved the code in Macaw's Fences & Walls to find the correct texture for leaves. |
I tested with the disablement of Enchanted: Witchcraft just in case that was the culprit, still as slow |
Yeah. I ran test on the improved code in Macaw's Fences & Walls via Every Compat (the module) and i had no problem loading the world. it's quite normal. With BWG, and then with Enchanted. Something is definitely causing the slow performance. EDIT:
Actually, textures are generated during the booting/launching of minecraft. what get loaded during the "loading world" are: tags, recipes, and loot-tables EDIT 2: Can i get the new latest.log with v2.8.4, i want to take a look to see if I can find the clue of what's causing the slow performance. Just to be clear, this is about your CLIENT, right? not about you joining the server. |
What I was about to say before the edit: "Yeah I have high suspicions that it's because of the texture errors. Oh also do note it's not an issue of loading the world, it's of the startup loading, i. e. launching Minecraft" |
Ah i misunderstood you. so it was the time of startup loading. Alright, i'll let u know when the newer version is uploaded.
that's because you used the keyword "server" in your first post here this: EDIT: You could have let me know, so I could remove the wrong label. |
Yeah I shall start every Issue Detail with CLIENT/SERVER ISSUE from now on if I have more to report |
👍🏻 When you start playing with the minecraft, get the ID of 2 woodTypes: for logs, planks and leaves
Something should have changed in these 2 wood mods. |
you want me to startup minecraft (with Every Compat 2.8.4 and Enchanted: Witchcraft), start a singleplayer world, and tell you which Logs, Planks and Leaves of the two mods have the IDs "mynethersdelight:powdery" and "desolation:charred", is that correct? (asking cuz not sure I understood completely) |
Okay, a turn of events were all caused by this request.
My Nether's Delight Refabricated:
|
But yeah the issue of minecraft booting really slow seems to have been fixed by enabling another mod |
oh Sorry I forgot to tell you, you don't need to use EveryCompat. just get the Ids of these woodTypes from 2 wood mods. 😓 20 minutes. wow. EDIT: i checked Moonlight Lib. these 2 woodTypes need to be updated. Thanks for the IDs. |
Code of Conduct
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.21.1 - FABRIC
EveryCompat Version
everycomp-1.21-2.8.4-fabric
Moonlight Lib Version
moonlight-1.21-2.17.12-fabric
Issue with mods
Judging by the logs it seems to be an issue with "everycomp:mcf/enchanted/" missing textures in model, but you should see for yourself
Issue Detail
Takes an excruciatingly long time to load (about 5 minutes), takes normal amount of time load without Every Compat.
In version 2.8.2 it took normal amount of time, 2.8.3 made Minecraft crash at startup, but that was fixed in 2.8.4 (along with a crash in the server making department), although there's this issue now. In the log it start at [20:31:32]
OPTIONAL: Latest.log | Crash-report Attachment
https://mclo.gs/MNLWiz4
OPTIONAL: To Produce
No response
The text was updated successfully, but these errors were encountered: