Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
BruceChen 896263acc8 fix: resolve entity tracking, container interaction, and enchantment mapping issues for 1.21
- SpawnEntity packet handler now registers non-player entities via OnSpawnEntity
  for protocol >= 1.20.2 (previously only players were tracked, causing 'entity near'
  to find nothing)
- PlaceBlock gains lookAtBlock option that sends a position/rotation update before the
  block placement packet, fixing containers not opening via useblock
- Enchantment registry IDs are now dynamically parsed from server RegistryData
  (minecraft:enchantment), fixing incorrect enchantment name display in 1.21
- AttributeModifiersComponent uses base SubComponent type to avoid InvalidCastException
  when parsing 1.21-specific attribute subcomponents

Made-with: Cursor
2026-03-20 02:35:52 +08:00
..
Forge refactor(ForgeInfo.cs): Remove unused code and edit comments 2024-02-20 22:02:22 +08:00
Packet/s2c Preliminary 1.21 Support 2024-12-06 16:45:48 +01:00
PacketPalettes Preliminary 1.21 Support 2024-12-06 16:45:48 +01:00
StructuredComponents fix: resolve entity tracking, container interaction, and enchantment mapping issues for 1.21 2026-03-20 02:35:52 +08:00
ConfigurationPacketTypesIn.cs Preliminary 1.21 Support 2024-12-06 16:45:48 +01:00
ConfigurationPacketTypesOut.cs 1.20.6 - Not working yet 2024-06-16 01:19:09 +02:00
DataTypes.cs fix: add EntityMetadataPalette1206 for correct 1.20.6+ entity metadata parsing 2026-03-20 01:43:48 +08:00
PacketType18Handler.cs Preliminary 1.21 Support 2024-12-06 16:45:48 +01:00
PacketTypesIn.cs Preliminary 1.21 Support 2024-12-06 16:45:48 +01:00
PacketTypesOut.cs 1.20.6 - Not working yet 2024-06-16 01:19:09 +02:00
Protocol16.cs 1.20.6 - Not working yet 2024-06-16 01:19:09 +02:00
Protocol18.cs fix: resolve entity tracking, container interaction, and enchantment mapping issues for 1.21 2026-03-20 02:35:52 +08:00
Protocol18Forge.cs fix(Protocol18Forge.cs): Version bigger or equal 1.18 is FML3 2024-02-20 22:23:46 +08:00
Protocol18Terrain.cs 1.19.3 PlayerRemove & Explosion packet 2023-01-14 15:55:40 +08:00
SocketWrapper.cs First Version of Structured Components 2024-09-01 20:42:39 +02:00
ZlibUtils.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00