minecraft-data 3.23.0 → 3.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data.js +1 -1
- package/doc/history.md +8 -0
- package/lib/supportsFeature.js +2 -0
- package/minecraft-data/data/dataPaths.json +1 -1
- package/minecraft-data/data/pc/1.19.3/protocol.json +6397 -0
- package/minecraft-data/data/pc/common/features.json +12 -2
- package/minecraft-data/doc/history.md +8 -0
- package/package.json +1 -1
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
{
|
|
663
663
|
"name": "signatureEncryption",
|
|
664
664
|
"description": "allows for usage of `signature` instead of verifyToken in serverbound packet_encryption_begin",
|
|
665
|
-
"versions": ["1.
|
|
665
|
+
"versions": ["1.19", "1.19.2"]
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
668
|
"name": "profileKeySignatureV2",
|
|
@@ -685,7 +685,17 @@
|
|
|
685
685
|
{
|
|
686
686
|
"name": "chainedChatWithHashing",
|
|
687
687
|
"description": "Signed messages are ordered and depend on previous messages, and message payloads are hashed before generating a signature",
|
|
688
|
-
"
|
|
688
|
+
"version": "1.19.2"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "useChatSessions",
|
|
692
|
+
"description": "Users generate a session with a unique ID upon login. Chat messages are signed using this ID and an index that is increased with each message",
|
|
693
|
+
"versions": ["1.19.3", "latest"]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "playerInfoActionIsBitfield",
|
|
697
|
+
"description": "The player_info packet may contain multiple actions in one packet. The actions field is a bitfield signifying what actions are included",
|
|
698
|
+
"versions": ["1.19.3", "latest"]
|
|
689
699
|
},
|
|
690
700
|
{
|
|
691
701
|
"name": "clientsideChatFormatting",
|