mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
feat: add palettes and enums for MC 1.21.11 (protocol 774)
Add 17 new items (spears, nautilus armor, spawn eggs, netherite horse armor), 4 new entities (CamelHusk, Nautilus, Parched, ZombieNautilus), and 2 new entity metadata serializer types (ZombieNautilusVariant, HumanoidArm). Generated ItemPalette12111 (1505 items), EntityPalette12111 (157 entities), and EntityMetadataPalette12111 (39 serializers) from server reports. Made-with: Cursor
This commit is contained in:
parent
34671fdab2
commit
50b4b3c8fe
7 changed files with 1784 additions and 1 deletions
|
|
@ -116,5 +116,13 @@ public enum EntityMetaDataType
|
|||
/// <summary>
|
||||
/// Either<GameProfile, Partial> + PlayerSkin.Patch (1.21.9+)
|
||||
/// </summary>
|
||||
ResolvableProfile
|
||||
ResolvableProfile,
|
||||
/// <summary>
|
||||
/// VarInt (1.21.11+, holder registry ID)
|
||||
/// </summary>
|
||||
ZombieNautilusVariant,
|
||||
/// <summary>
|
||||
/// VarInt (1.21.11+, 0=LEFT, 1=RIGHT)
|
||||
/// </summary>
|
||||
HumanoidArm
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue