mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Add item, entity, block, and metadata palettes for Minecraft 1.21.2: - ItemPalette1212: 1375 items (42 new: pale oak set, colored bundles, creaking heart/spawn egg, banner patterns) - EntityPalette1212: 150 entity types (boats split into per-wood-type entries, generic boat/chest_boat removed; added creaking, creaking_transient, pale oak boats) - Palette1212 (blocks): 1084 block types with state IDs generated from official 1.21.2 data reports (24 new pale oak blocks, creaking heart, pale moss variants) - EntityMetadataPalette: reuses 1206 (serializers unchanged in 1.21.2) Updated version infrastructure: - Protocol18.cs: MC_1_21_2_Version = 768, palette switch routing - ProtocolHandler.cs: version mapping 1.21.2 <-> 768 - Program.cs: MCHighestVersion bumped to 1.21.2 - ItemType.cs, EntityType.cs, Material.cs: new enum entries Note: packet palette, structured components, and protocol handler changes for 1.21.2 are not yet implemented — this commit covers palette/registry groundwork only. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| BlockPalettes | ||
| EntityMetadataPalettes | ||
| EntityPalettes | ||
| Block.cs | ||
| BlockExtension.cs | ||
| Chunk.cs | ||
| ChunkColumn.cs | ||
| CombatEventType.cs | ||
| CommandBlockFlags.cs | ||
| CommandBlockMode.cs | ||
| Dimension.cs | ||
| Direction.cs | ||
| DirectionExtensions.cs | ||
| Entity.cs | ||
| EntityMetadataPalette.cs | ||
| EntityMetaDataType.cs | ||
| EntityPose.cs | ||
| EntityType.cs | ||
| EntityTypeExtensions.cs | ||
| InteractType.cs | ||
| Location.cs | ||
| MapIcon.cs | ||
| MapIconType.cs | ||
| Material.cs | ||
| Material2Tool.cs | ||
| MaterialExtensions.cs | ||
| MessageFilterType.cs | ||
| Movement.cs | ||
| RaycastHelper.cs | ||
| VillagerInfo.cs | ||
| World.cs | ||