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

1.20.2 resource pack deleted when players switch between servers #827

Open
xPoyraz opened this issue Oct 23, 2023 · 5 comments
Open

1.20.2 resource pack deleted when players switch between servers #827

xPoyraz opened this issue Oct 23, 2023 · 5 comments

Comments

@xPoyraz
Copy link

xPoyraz commented Oct 23, 2023

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?

@Luccboy
Copy link
Contributor

Luccboy commented 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
Copy link
Contributor

Janmm14 commented 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
Copy link
Contributor

Luccboy commented Oct 25, 2023

You are absolutely right, thanks for the clarification.

@MiniDigger
Copy link
Member

We used our channels to talk to Mojang about that already (an official request still makes sense tho)

@yannicklamprecht
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants