mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| Animation.cs | ||
| Bed.cs | ||
| BlockInfo.cs | ||
| Bots.cs | ||
| ChangeSlot.cs | ||
| Chunk.cs | ||
| Connect.cs | ||
| Debug.cs | ||
| Dig.cs | ||
| DropItem.cs | ||
| Enchant.cs | ||
| Entitycmd.cs | ||
| ExecIf.cs | ||
| ExecMulti.cs | ||
| Exit.cs | ||
| Health.cs | ||
| Help.cs | ||
| Inventory.cs | ||
| List.cs | ||
| Log.cs | ||
| Look.cs | ||
| Move.cs | ||
| NameItem.cs | ||
| Reco.cs | ||
| Reload.cs | ||
| Respawn.cs | ||
| Script.cs | ||
| Send.cs | ||
| Set.cs | ||
| SetRnd.cs | ||
| Sneak.cs | ||
| Tps.cs | ||
| Upgrade.cs | ||
| Useblock.cs | ||
| UseItem.cs | ||