Implement legacy Farmer support updates

Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/395596c2-cc40-4295-8100-a8408243f45b

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-17 07:55:25 +00:00 committed by GitHub
parent 8ba95c6140
commit 9549743c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 8 deletions

View file

@ -5506,6 +5506,7 @@ namespace MinecraftClient.Protocol.Handlers
packet.Add(0); // cursorY
packet.Add(0); // cursorZ
SendPacket(PacketTypesOut.PlayerBlockPlacement, packet);
return true;
case < MC_1_14_Version:
packet.AddRange(dataTypes.GetLocation(location));