Minecraft-Console-Client/MinecraftClient/Mapping/EntityMetadataPalettes
BruceChen 67ad5fcf97 feat: add palettes for MC 1.21.9/1.21.10 (protocol 773)
- Palette1219.cs: 1053 blocks with new copper chests, copper golem
  statues, copper torches, shelves, oxidized lightning rods, iron chain
- EntityPalette1219.cs: 153 entities (+copper_golem at 27, mannequin at 82)
- ItemPalette1219.cs: 1464 items (generated via gen_item_palette.py)
- EntityMetadataPalette1219.cs: 37 serializers (COMPOUND_TAG removed,
  +CopperGolemState, WeatheringCopperState, ResolvableProfile)
- PacketPalette1219.cs: updated clientbound IDs for 4 new debug packets
  and GameTestHighlightPos, plus config CodeOfConduct/AcceptCodeOfConduct

Also update gen_entity_metadata_palette.py FIELD_TO_ENUM with the three
new serializer type mappings.

Made-with: Cursor
2026-03-21 14:04:56 +08:00
..
EntityMetadataPalette18.cs Implement 1.8 Entity MetaData 2023-03-27 18:22:50 +08:00
EntityMetadataPalette1122.cs Clean up entity metadata palette 2023-03-24 20:51:10 +08:00
EntityMetadataPalette1191.cs Clean up entity metadata palette 2023-03-24 20:51:10 +08:00
EntityMetadataPalette1193.cs Clean up entity metadata palette 2023-03-24 20:51:10 +08:00
EntityMetadataPalette1194.cs Clean up entity metadata palette 2023-03-24 20:51:10 +08:00
EntityMetadataPalette1206.cs fix: add EntityMetadataPalette1206 for correct 1.20.6+ entity metadata parsing 2026-03-20 01:43:48 +08:00
EntityMetadataPalette1215.cs feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
EntityMetadataPalette1219.cs feat: add palettes for MC 1.21.9/1.21.10 (protocol 773) 2026-03-21 14:04:56 +08:00