You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When players using 1.20.2 move to another server on the same network, the resource pack is deleted
but players logged in 1.20.1 and below do not have this problem, what can I do?
This is not really a Waterfall bug. Since 1.20.2 the client unloads the resource pack automatically when entering the configuration phase. It was reported to Mojang(https://bugs.mojang.com/browse/MC-265463) but they don't seem to care about it. Velocity introduced a "fix" and resends the resource pack after switching server, but this results in the client having 2 loading screens. Maybe this can be implemented in Waterfall too, although it is not really a viable solution but the best we can do at the moment I think.
@Luccboy
They deemed this as a feature request, therefore it is intended beahviour that the resource pakc gets unloaded at start of configuration phase. Its not a bug.
Feature requests are to be made on https://feedback.minecraft.net
I'm perfectly fine with that mechanism. Now the servers don't have the resourcepack semiload bug anymore.
Im fine if you can modify it when switching into configuration phase, like send a packet to request resourcepack unload. It will get automatically sent by the server if not configured otherwise.
Eg. a config option would be cool.
automatically-trigger-resourcepack-unload-in-configuration-phase: true/false
Activity
Luccboy commentedon Oct 23, 2023
This is not really a Waterfall bug. Since 1.20.2 the client unloads the resource pack automatically when entering the configuration phase. It was reported to Mojang(https://bugs.mojang.com/browse/MC-265463) but they don't seem to care about it. Velocity introduced a "fix" and resends the resource pack after switching server, but this results in the client having 2 loading screens. Maybe this can be implemented in Waterfall too, although it is not really a viable solution but the best we can do at the moment I think.
Janmm14 commentedon Oct 25, 2023
@Luccboy
They deemed this as a feature request, therefore it is intended beahviour that the resource pakc gets unloaded at start of configuration phase. Its not a bug.
Feature requests are to be made on https://feedback.minecraft.net
Luccboy commentedon Oct 25, 2023
You are absolutely right, thanks for the clarification.
MiniDigger commentedon Oct 25, 2023
We used our channels to talk to Mojang about that already (an official request still makes sense tho)
yannicklamprecht commentedon Oct 25, 2023
I'm perfectly fine with that mechanism. Now the servers don't have the resourcepack semiload bug anymore.
Im fine if you can modify it when switching into configuration phase, like send a packet to request resourcepack unload. It will get automatically sent by the server if not configured otherwise.
Eg. a config option would be cool.
automatically-trigger-resourcepack-unload-in-configuration-phase: true/false