Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
BruceChen 5e8d715358 feat: add MC 1.21.7/1.21.8 (protocol 772) support
1.21.7 and 1.21.8 share protocol 772. The only registry change from
1.21.6 is one new item (music_disc_lava_chicken). All other palettes
(blocks, entities, packets, entity metadata, structured components)
are unchanged and reuse 1.21.6 versions.

Changes:
- Add MC_1_21_7_Version (772) constant
- Add "1.21.7" / "1.21.8" version mappings in ProtocolHandler
- Add MusicDiscLavaChicken to ItemType enum
- Generate ItemPalette1217 (1416 items) for the new item palette
- Update all version upper-bound checks from MC_1_21_6 to MC_1_21_7
- Update MCHighestVersion to "1.21.8"

Made-with: Cursor
2026-03-21 13:10:30 +08:00
..
Forge refactor(ForgeInfo.cs): Remove unused code and edit comments 2024-02-20 22:02:22 +08:00
Packet/s2c Preliminary 1.21 Support 2024-12-06 16:45:48 +01:00
PacketPalettes feat: add palettes and version routing for MC 1.21.6 2026-03-21 11:44:12 +08:00
StructuredComponents feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
ConfigurationPacketTypesIn.cs feat: add MC 1.21.6 (protocol 771) version constants and enum values 2026-03-21 11:34:20 +08:00
ConfigurationPacketTypesOut.cs feat: add MC 1.21.6 (protocol 771) version constants and enum values 2026-03-21 11:34:20 +08:00
DataTypes.cs feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
PacketType18Handler.cs feat: add MC 1.21.7/1.21.8 (protocol 772) support 2026-03-21 13:10:30 +08:00
PacketTypesIn.cs feat: add MC 1.21.6 (protocol 771) version constants and enum values 2026-03-21 11:34:20 +08:00
PacketTypesOut.cs feat: add MC 1.21.6 (protocol 771) version constants and enum values 2026-03-21 11:34:20 +08:00
Protocol16.cs 1.20.6 - Not working yet 2024-06-16 01:19:09 +02:00
Protocol18.cs feat: add MC 1.21.7/1.21.8 (protocol 772) support 2026-03-21 13:10:30 +08:00
Protocol18Forge.cs fix(Protocol18Forge.cs): Version bigger or equal 1.18 is FML3 2024-02-20 22:23:46 +08:00
Protocol18Terrain.cs fix: correct biome data array length calculation for 1.21.5+ terrain parsing 2026-03-21 12:11:18 +08:00
SocketWrapper.cs First Version of Structured Components 2024-09-01 20:42:39 +02:00
ZlibUtils.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00