mojira.dev
MC-278822

Server resource packs are cleared when transferring while in the configuration phase.

According to the release notes for 24w03a, server resource packs are supposed to be maintained across transfers. This is true if transferring while in the play phase, but not while in the configuration phase.

Steps to Reproduce:
Using a custom server:
1. Get access to a player in the configuration phase. This happens automatically during login, or can be triggered after login by sending the player a ClientboundStartConfigurationPacket.
2. Send the configuring player a ClientboundResourcePackPushPacket.
3. Await a ServerboundResourcePackPacket containing a terminal response from the configuring player.
4. Transfer the configuring player to another server by sending them a ClientboundTransferPacket.

Observed Results:
When the vanilla client receives the ClientboundResourcePackPushPacket, it downloads and applies the server resource pack as expected. However, when the vanilla client receives the ClientboundTransferPacket, it removes the server resource pack during the transfer.

Expected Results:
The vanilla client should maintain the server resource pack across the transfer.

Cause:
ClientConfigurationPacketListenerImpl overrides onDisconnect(), and calls Minecraft::clearDownloadedResourcePacks() regardless of whether the client is transferring.

Linked issues

Comments 2

We do not have enough information to reproduce this issue.

Please include the following information to help us understand your problem:

Steps to Reproduce:
1. (Explain what needs to be done for the issue to happen)
2.
3.

Observed Results:
(Briefly describe what happens)

Expected Results:
(Briefly describe what should happen)

Please also attach any needed commands, add-ons/behavior packs, data packs, resource packs, screenshots, videos, or worlds needed to help reproduce this issue.

Refer to the Bug Tracker Guidelines for more information about how to write helpful bug reports. Bug reports with insufficient information may be closed as Incomplete.

This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

Thank you for your report!
We're tracking this issue in MC-265463, so this ticket is being resolved and linked as a duplicate.

That ticket has already been resolved as invalid. Please take a look at the parent ticket (MC-265463) and see if an explanation is provided there in the description of the ticket or in the comments for why this issue is invalid.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

wallenjos01

(Unassigned)

Unconfirmed

(Unassigned)

1.21.4

Retrieved