mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
feat: add MC 1.21.6 (protocol 771) version constants and enum values
- Add protocol 771 constant MC_1_21_6_Version in Protocol18.cs - Register 1.21.6 in ProtocolHandler (version map, supported list) - Extend upper-bound checks from MC_1_21_5 to MC_1_21_6 - Add 19 new ItemType entries (16 colored Harnesses, DriedGhast, HappyGhastSpawnEgg, MusicDiscTears) - Add HappyGhast to EntityType enum - Add DriedGhast to Material enum - Add new packet types: Waypoint, ClearDialog, ShowDialog (clientbound), ChangeGameMode, CustomClickAction (serverbound), ClearDialog, ShowDialog (config clientbound), CustomClickAction (config serverbound) Made-with: Cursor
This commit is contained in:
parent
26bee79a5d
commit
96a7e4a659
9 changed files with 41 additions and 8 deletions
|
|
@ -79,6 +79,7 @@ namespace MinecraftClient.Mapping
|
|||
GlowSquid,
|
||||
Goat,
|
||||
Guardian,
|
||||
HappyGhast,
|
||||
Hoglin,
|
||||
HopperMinecart,
|
||||
Horse,
|
||||
|
|
|
|||
|
|
@ -364,6 +364,7 @@ namespace MinecraftClient.Mapping
|
|||
DragonEgg,
|
||||
DragonHead,
|
||||
DragonWallHead,
|
||||
DriedGhast,
|
||||
DriedKelpBlock,
|
||||
DripstoneBlock,
|
||||
Dropper,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue