From 5f9995a821311c9ac926a208f957bd76a468fe55 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 29 Dec 2023 23:00:08 +0100 Subject: [PATCH] Add missing seed field in 1.19 based on minecraft packet tests see https://github.com/PrismarineJS/node-minecraft-packets/pull/24 --- data/pc/1.19/protocol.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/pc/1.19/protocol.json b/data/pc/1.19/protocol.json index 419da92a4..fdd983d9d 100644 --- a/data/pc/1.19/protocol.json +++ b/data/pc/1.19/protocol.json @@ -4130,6 +4130,10 @@ { "name": "pitch", "type": "f32" + }, + { + "name": "seed", + "type": "i64" } ] ],