mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
8ba95c6140
commit
9549743c6d
7 changed files with 28 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue