The Aether: Redux

The Aether: Redux

8M Downloads

Bug [1.20.1]: RESOURCES RELOAD AFTER BOOT

Camawama opened this issue · 18 comments

commented

What version of the mod, Forge/Neoforge and Minecraft are you using?
MOD VERSION: 1.2
FORGE VERSION: 1.20.1-47.2.1

Describe the bug
When this mod is added, there is a redundant resource reload when on the title screen. It makes load times even slower.

To Reproduce
Steps to reproduce the behavior:

  1. Install the mod
  2. Boot up the game

Expected behavior
Resources should be loaded during boot.

commented

Still happens on latest update (v1.3.4). Can't update this mod past v1.0.1 due to this issue unfortunately.

commented

try the 2.0 prerelease if you're on 1.20.1 at least
https://github.com/Zepalesque/The-Aether-Redux/releases

commented

fixed in version 2.0

commented

hmm yeah I’ll look into it then, odd

commented

hmm, yeah I’ll look into that, this is only supposed to happen on the very first startup

commented

If it helps, I am using open loader to load resource packs for my modpack.

commented

tbf this has actually been happening in my dev environment too, I just didn’t realize the potential impacts on already-long loading times, so I think it’s just some issue with how I set up the logic, but if that doesn’t work I’ll look into that too

commented

My modpack (CamaCraft) has over 260 mods so when resources reload...it takes ages 😅

I am happy to report bugs to mod devs! Working on a large modpack really helps me find tons of bugs. hopefully, it's an easy fix for you and isn't too stressful or time-consuming. Thank you for the awesome mod btw!

commented

This should now be fixed as of v1.3!

commented

This still happens on v1.3

commented

strange, I’ll look into it

commented

This still happens on v1.3

hmm, I can't seem to reproduce the issue, what other mods are you using?

commented

whoops accidentially closed it but yeah still can't seem to reproduce

commented

Tried the update in my modpack TNP Limitless 7, as soon as it's done loading the game to main menu, it reloads the resources.
I guess you can try it there.

commented

does it do it every time or just once? because if it just does it one time then that’s intended, that’s how it makes sure the textures are reloaded after applying the built-in pack
if it does it every time, then yesh that’s odd
I have an idea of how to potentially remove the extra reload entirely though, so I might try that at some point as well

commented

Every time yeah

commented

got same issue on 1.3.3 1.20.1 ,but on my last world with same mod version this issue isn't happening ,perhaps because this time I added deep aether?

commented

will be fixed in the next update, I changed it so that it doesn't need an extra reload at all as it applies the packs before the initial resource load