mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added item Mappings for 1.10
This commit is contained in:
parent
221d5948e2
commit
c9c16818a4
2 changed files with 614 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
>= MC_1_16_1_Version => new ItemPalette1161(),
|
||||
>= MC_1_15_Version => new ItemPalette115(),
|
||||
>= MC_1_12_Version => new ItemPalette112(),
|
||||
>= MC_1_10_Version => new ItemPalette110(),
|
||||
>= MC_1_9_Version => new ItemPalette19(),
|
||||
_ => new ItemPalette18()
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue