Minecraft-Console-Client/MinecraftClient/Inventory/ItemPalettes
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
..
ItemPalette.cs Added 1.8 Item Mappings and Support 2024-03-12 11:15:05 +01:00
ItemPalette18.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette19.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette110.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette111.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette112.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette115.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette117.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette118.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette119.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette120.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette121.cs feat: add ItemPalette121 and new 1.21 music disc item types 2026-03-20 01:22:16 +08:00
ItemPalette1161.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette1162.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette1193.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette1194.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette1204.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette1206.cs Inventory, Terrain and Entity handling 2024-07-02 11:08:46 +02:00
ItemPalette1212.cs feat: add palettes and version constants for MC 1.21.2 (protocol 768) 2026-03-20 03:02:43 +08:00
ItemPalette1214.cs feat: add MC 1.21.4 (protocol 769) support 2026-03-20 23:51:56 +08:00
ItemPalette1215.cs feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
ItemPalette1216.cs feat: add palettes and version routing for MC 1.21.6 2026-03-21 11:44:12 +08:00
ItemPalette1217.cs feat: add MC 1.21.7/1.21.8 (protocol 772) support 2026-03-21 13:10:30 +08:00
ItemPalette1219.cs feat: add palettes for MC 1.21.9/1.21.10 (protocol 773) 2026-03-21 14:04:56 +08:00
ItemPaletteGenerator.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00