0x48 S48PacketResourcePackSend

Sends a resource pack URL and hash. Client downloads and applies it.

Clientbound (Server → Client) · PLAY · net/minecraft/network/play/server/S48PacketResourcePackSend.java
resourcepackdownload

Fields

FieldTypeDescription
urlStringDownload URL
hashStringSHA-1 hash

Wire Encoding

FieldTypeNotes
URLString
HashStringSHA-1 hash

MCP References

MCPNetHandlerPlayClient.handleResourcePackSend()

Handler Interface

HNDINetHandlerPlayClient

Notes

Client responds with C19PacketResourcePackStatus. Hash is used to verify download integrity.

implementation Implementation Cases

AntiResourcePack (Gugustus)

Cancel resource pack sends.

Vanilla hook: EventReceivePacket
← Back to all packets