Language independent module providing minecraft data for minecraft clients, servers and libraries.
rom1504 on master
Update protocolVersions.json wi⦠(compare)
github-actions[bot] on gh-pages
publish (compare)
github-actions[bot] on 3.25.2
extremeheat on master
Release 3.25.2 (#675) (compare)
extremeheat on r3.25.2
extremeheat on r3.25.2
Release 3.25.2 (compare)
github-actions[bot] on gh-pages
publish (compare)
rom1504 on master
Rename chat_command field (#671β¦ (compare)
github-actions[bot] on 3.25.1
extremeheat on r3.25.1
extremeheat on master
Release 3.25.1 (#674) (compare)
type packet_text = {
needs_translation: boolean;
xuid: string;
platform_chat_id: string;
} & (
| {
type: 1 | 7 | 8;
source_name: string;
message: string;
}
| {
type: 0 | 5 | 6 | 9 | 10;
message: string;
}
| {
type: 2 | 3 | 4;
message: string;
parameters_length: number;
parameters: string[];
}
);
<Newspicel> Hey, maybe someone can help me. Or maybe I'm just missing something. In the packet_message_header
are 4 fields: messageSignature
, senderUuid
, headerSignature
and bodyDigest
. But when I look on Wiki.vg or in my decompiled Minecraft sourcecode I see only messageSignature
& senderUuid
. Am I missing something or is this a bug?
https://github.com/PrismarineJS/minecraft-data/blob/971d49da8395def7f54be6393198ffdebb1d94e1/data/pc/1.19.2/protocol.json#L4846
https://wiki.vg/index.php?title=Protocol&oldid=17873#Message_Header
https://cdn.discordapp.com/attachments/413438286250639360/1057386804560531466/image.png