Minecraft-Console-Client/MinecraftClient/Commands
BruceChen 8df39ba74a feat: add MC 1.21.5 (protocol 770) support
Full protocol adaptation for Minecraft 1.21.5:

- Protocol version mapping: 770 -> 1.21.5
- Packet palette: AddExperienceOrb removed (S2C), TestInstanceBlockStatus
  added (S2C), SetTestBlock and TestInstanceBlockAction added (C2S)
- Entity metadata palette: 5 new serializer types (OptionalLivingEntityReference,
  CowVariant, WolfSoundVariant, PigVariant, ChickenVariant), OPTIONAL_UUID
  replaced by OPTIONAL_LIVING_ENTITY_REFERENCE
- Item palette: 11 new items (Bush, FireflyBush, DryShortGrass, DryTallGrass,
  Wildflowers, LeafLitter, CactusFlower, TestBlock, TestInstanceBlock,
  BlueEgg, BrownEgg)
- Entity palette: Potion split into SplashPotion and LingeringPotion
- Block palette: 9 new blocks (bush, cactus_flower, firefly_bush, leaf_litter,
  short_dry_grass, tall_dry_grass, test_block, test_instance_block, wildflowers)
- Structured components: 31 new components including tooltip_display, weapon,
  blocks_attacks, potion_duration_scale, provides_trim_material,
  provides_banner_patterns, break_sound, and 25 entity variant components;
  unbreakable changed from Bool to Unit; instrument changed to EitherHolder

Made-with: Cursor
2026-03-21 00:48:27 +08:00
..
Animation.cs [skip ci] Normalize all line endings 2023-09-15 14:44:11 +08:00
Bed.cs Bug fix 2022-12-11 17:31:37 +08:00
BlockInfo.cs Bug fix 2022-12-11 17:31:37 +08:00
Bots.cs Bug fix 2022-12-11 17:31:37 +08:00
ChangeSlot.cs Bug fix 2022-12-11 17:31:37 +08:00
Chunk.cs Handle non-interactive terminal environments gracefully 2026-03-19 00:11:13 +08:00
Connect.cs fixed typo in word heAlper lol 2024-04-16 21:21:08 +03:00
Debug.cs Bug fix 2022-12-11 17:31:37 +08:00
Dig.cs Auxiliary class for Direction, preparation for autodetection of the broken side of the block 2024-03-05 20:30:58 +05:00
DropItem.cs Bug fix 2022-12-11 17:31:37 +08:00
Enchant.cs Bug fix 2022-12-11 17:31:37 +08:00
Entitycmd.cs feat: add MC 1.21.5 (protocol 770) support 2026-03-21 00:48:27 +08:00
ExecIf.cs Added access to App Vars inside the Chat Bot API via 3 new methods. Added access to Random class inside the execif command 2023-03-31 18:17:03 +02:00
ExecMulti.cs Bug fix 2022-12-11 16:30:45 +08:00
Exit.cs Bug fix 2022-12-11 17:31:37 +08:00
Health.cs Bug fix 2022-12-11 17:31:37 +08:00
Help.cs Bug fix 2022-12-11 16:30:45 +08:00
Inventory.cs Added ShiftRightClick (#2582) 2023-09-16 19:39:55 +08:00
List.cs Bug fix 2022-12-11 17:31:37 +08:00
Log.cs Bug fix 2022-12-11 16:30:45 +08:00
Look.cs Bug fix 2022-12-11 17:31:37 +08:00
Move.cs Bug fix 2022-12-11 17:31:37 +08:00
NameItem.cs [skip ci] Normalize all line endings 2023-09-15 14:44:11 +08:00
Reco.cs Bug fix 2022-12-11 17:31:37 +08:00
Reload.cs Bug fix 2022-12-11 17:31:37 +08:00
Respawn.cs Bug fix 2022-12-11 17:31:37 +08:00
Script.cs Fix script not showing execution results. 2023-01-15 19:59:57 +08:00
Send.cs Bug fix 2022-12-11 16:30:45 +08:00
Set.cs Bug fix 2022-12-11 17:31:37 +08:00
SetRnd.cs Bug fix 2022-12-11 16:30:45 +08:00
Sneak.cs Added slab handling 1.13-1.19.4 2023-05-16 23:19:31 +02:00
Tps.cs Bug fix 2022-12-11 17:31:37 +08:00
Upgrade.cs Bug fix 2022-12-11 17:31:37 +08:00
Useblock.cs fix: resolve entity tracking, container interaction, and enchantment mapping issues for 1.21 2026-03-20 02:35:52 +08:00
UseItem.cs Bug fix 2022-12-11 17:31:37 +08:00