Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
Anon de96462659 Fix structured components: audit fixes, codec helpers, and serialize implementations
- Fix 5 class naming typos: Unbrekable->Unbreakable, Blook->Book,
  Omnious->Ominous, FoodComponentComponent->FoodComponent
- Fix IntangibleProjectileComponent: extends EmptyComponent (Unit type)
- Delete dead code JukeBoxPlayableComponent.cs (duplicated)
- Implement proper Serialize() on BlocksAttacksComponent,
  KineticWeaponComponent, PiercingWeaponComponent
- Extract shared SoundEventHolder/HolderSet codec helpers into
  StructuredComponentCodecHelpers
- Add TypedEntityDataComponent/TypedBlockEntityDataComponent base classes
  for 1.21.9+ typed entity data format
- Fix variable name: uses1218AttributeAndEquippableFormats ->
  uses1216AttributeAndEquippableFormats
- Add entity data version gate (1.21.9+) to v1215 registry
- Fix chicken/variant and zombie_nautilus/variant component types
- Fix empty packet hang in Protocol18 ReadNextPacket loop
- Add structured components integration test harness
2026-06-11 21:33:48 +02:00
..
Forge Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
Packet/s2c Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
PacketPalettes Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client into fix/inventory-version-regressions 2026-06-05 21:13:59 +02:00
StructuredComponents Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
ConfigurationPacketTypesIn.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
ConfigurationPacketTypesOut.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
DataTypes.cs hypixel book fixes 2026-06-10 17:16:30 +02:00
PacketType18Handler.cs Fix inventory handling across protocol versions 2026-06-05 20:26:29 +02:00
PacketTypesIn.cs Fix inventory handling across protocol versions 2026-06-05 20:26:29 +02:00
PacketTypesOut.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
Protocol16.cs Formatting 2026-06-06 14:12:28 +02:00
Protocol18.cs Fix structured components: audit fixes, codec helpers, and serialize implementations 2026-06-11 21:33:48 +02:00
Protocol18Forge.cs Formatted the code and removed logs from Auto Attack 2026-06-04 11:42:41 +02:00
Protocol18Terrain.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
SocketWrapper.cs feat: enhance Protocol18 and SocketWrapper for improved functionality 2026-03-26 02:35:43 +08:00
ZlibUtils.cs Implemented .net 10 support. Updated all affected libraries and the code. Not testes yet. 2026-03-21 20:07:20 +01:00