Minecraft-Console-Client/MinecraftClient/Mapping
Reed Pennock e4161af158 feat: Wire MC 26.2 (protocol 776) routing and adapt Teams packet parsing
- Add MC_26_2_Version = 776 and bump all upper-bound feature gates
- Route 26.2 to the new item/block/entity palettes and
  StructuredComponentsRegistry262
- Reuse PacketPalette261 (play/config packet IDs are unchanged in 26.2;
  the only registry change is spectate_entity renamed to spectator_action
  at the same ID, which MCC does not send) and EntityMetadataPalette261
  (serializer list is identical)
- Add a 26.2 branch for Set Player Team parsing: field order changed to
  displayName, prefix, suffix, visibility, collision rule, then color as
  Optional<TeamColor> (absent maps to -1) and options byte last
- Register protocol 776 in both supported-protocol lists and the
  version string mappings; bump MCHighestVersion to 26.2

JoinGame gained a trailing onlineMode bool and LoginFinished a trailing
session UUID in 26.2; both sit after every field MCC reads, so parsing
is unaffected.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 16:43:31 -05:00
..
BlockPalettes feat: Add MC 26.2 palettes, registries and new sulfur/cinnabar content 2026-07-02 16:43:20 -05:00
EntityMetadataPalettes Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
EntityPalettes feat: Add MC 26.2 palettes, registries and new sulfur/cinnabar content 2026-07-02 16:43:20 -05:00
Block.cs Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
BlockExtension.cs Added slab handling for 1.20/.1 2023-06-23 16:25:18 +02:00
BlockHardness.cs Fix AutoDig mining timing 2026-05-23 10:56:06 +02:00
Chunk.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
ChunkColumn.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
CombatEventType.cs Added Player Killed event (Combat and CombatDeath packets). 2022-10-26 20:53:09 +02:00
CommandBlockFlags.cs [skip ci] Update Minecraft wiki links to new domain (#2593) 2023-10-07 17:59:08 +08:00
CommandBlockMode.cs [skip ci] Update Minecraft wiki links to new domain (#2593) 2023-10-07 17:59:08 +08:00
Dimension.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
Direction.cs [skip ci] Update Minecraft wiki links to new domain (#2593) 2023-10-07 17:59:08 +08:00
DirectionExtensions.cs Convert switch statements to expressions and adopt collection expressions 2026-03-24 00:34:00 +00:00
Entity.cs Implemented effects support, as a command, chat notification and added in TUI mode 2026-03-27 15:47:27 +01:00
EntityMetadataPalette.cs feat: Wire MC 26.2 (protocol 776) routing and adapt Teams packet parsing 2026-07-02 16:43:31 -05:00
EntityMetaDataType.cs feat: add 26.1 palette files and new enum values 2026-03-22 20:04:08 +08:00
EntityPose.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityType.cs feat: Add MC 26.2 palettes, registries and new sulfur/cinnabar content 2026-07-02 16:43:20 -05:00
EntityTypeExtensions.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
InteractType.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
Location.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
MapIcon.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
MapIconType.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
Material.cs feat: Add MC 26.2 palettes, registries and new sulfur/cinnabar content 2026-07-02 16:43:20 -05:00
Material2Tool.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
MaterialExtensions.cs feat: add MC 1.21.4 (protocol 769) support 2026-03-20 23:51:56 +08:00
MessageFilterType.cs Trim 2023-01-14 21:07:09 +08:00
MiningCalculator.cs Fix AutoDig mining timing 2026-05-23 10:56:06 +02:00
Movement.cs More minor optimizations 2026-03-26 18:01:56 +01:00
PlayerTeam.cs feat: add Teams packet support (parsing, state tracking, /teams command, bot API) 2026-03-30 23:41:11 +00:00
RaycastHelper.cs Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
VillagerInfo.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
World.cs Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client into fix/inventory-version-regressions 2026-06-05 21:13:59 +02:00