Minecraft-Console-Client/MinecraftClient/Mapping/EntityPalettes
BruceChen 1b0e27fde7 feat: add palettes and version routing for MC 1.21.6
- ItemPalette1216: 1415 items (generated from decompiled Items.java)
- EntityPalette1216: 151 entities (HappyGhast at index 56, all after +1)
- Palette1216: block states (DriedGhast 32 states at 13826-13857, all after +32)
- PacketPalette1216: clientbound +3 (Waypoint, ClearDialog, ShowDialog),
  serverbound +2 (ChangeGameMode at 0x04 shifting all after, CustomClickAction at end),
  config clientbound +2 (ClearDialog, ShowDialog),
  config serverbound +1 (CustomClickAction)
- Version routing in Protocol18.cs, PacketType18Handler.cs, EntityMetadataPalette.cs
  updated to select 1216 palettes for protocol >= 771
- EntityMetadataPalette reuses 1215 (EntityDataSerializers unchanged)

Made-with: Cursor
2026-03-21 11:44:12 +08:00
..
EntityPalette.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
EntityPalette18.cs Added 1.8 entity handling 2023-03-28 13:39:18 +02:00
EntityPalette112.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
EntityPalette113.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette114.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette115.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette117.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette119.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette120.cs Fully Implemented 1.20 2023-06-08 19:27:28 +02:00
EntityPalette1161.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette1162.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
EntityPalette1193.cs 1.19.3 entity & inventory & terrain support 2023-01-14 22:18:05 +08:00
EntityPalette1204.cs 1.20.4: Update entity, item and block palette 2024-02-11 18:13:48 +08:00
EntityPalette1206.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
EntityPalette1212.cs feat: add palettes and version constants for MC 1.21.2 (protocol 768) 2026-03-20 03:02:43 +08:00
EntityPalette1214.cs feat: add MC 1.21.4 (protocol 769) support 2026-03-20 23:51:56 +08:00
EntityPalette1215.cs feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
EntityPalette1216.cs feat: add palettes and version routing for MC 1.21.6 2026-03-21 11:44:12 +08:00
EntityPalette11194.cs Added palettes 2023-03-21 23:31:10 +01:00
EntityPaletteGenerator.cs 1.20.4: Update entity, item and block palette 2024-02-11 18:13:48 +08:00