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

@ -183,6 +183,7 @@ namespace MinecraftClient.Mapping.BlockPalettes
{ 173, Material.CoalBlock },
{ 174, Material.PackedIce },
{ 175, Material.TallGrass }, // DoublePlant
{ 207, Material.Beetroots }, // BeetrootBlock
};
protected override Dictionary<int, Material> GetDict()