minecraft-data 3.110.0 → 3.110.2
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/doc/history.md +8 -0
- package/minecraft-data/data/bedrock/1.26.20/protocol.json +23 -2
- package/minecraft-data/data/bedrock/latest/types.yml +4 -1
- package/minecraft-data/data/pc/1.21.11/protocol.json +1 -1
- package/minecraft-data/data/pc/1.21.5/proto.yml +2 -2
- package/minecraft-data/data/pc/1.21.5/protocol.json +2 -2
- package/minecraft-data/data/pc/1.21.6/proto.yml +2 -2
- package/minecraft-data/data/pc/1.21.6/protocol.json +2 -2
- package/minecraft-data/data/pc/1.21.8/proto.yml +2 -2
- package/minecraft-data/data/pc/1.21.8/protocol.json +2 -2
- package/minecraft-data/data/pc/1.21.9/proto.yml +1 -1
- package/minecraft-data/data/pc/1.21.9/protocol.json +1 -1
- package/minecraft-data/data/pc/common/protocolVersions.json +8 -0
- package/minecraft-data/data/pc/latest/proto.yml +1 -1
- package/minecraft-data/doc/history.md +7 -0
- package/package.json +1 -1
package/doc/history.md
CHANGED
|
@@ -569,8 +569,29 @@
|
|
|
569
569
|
"type": "varint"
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
|
-
"name": "
|
|
573
|
-
"type":
|
|
572
|
+
"name": "extra",
|
|
573
|
+
"type": [
|
|
574
|
+
"switch",
|
|
575
|
+
{
|
|
576
|
+
"compareTo": "network_id",
|
|
577
|
+
"fields": {
|
|
578
|
+
"/ShieldItemID": [
|
|
579
|
+
"encapsulated",
|
|
580
|
+
{
|
|
581
|
+
"lengthType": "varint",
|
|
582
|
+
"type": "ItemExtraDataWithBlockingTick"
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
"default": [
|
|
587
|
+
"encapsulated",
|
|
588
|
+
{
|
|
589
|
+
"lengthType": "varint",
|
|
590
|
+
"type": "ItemExtraDataWithoutBlockingTick"
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
}
|
|
594
|
+
]
|
|
574
595
|
}
|
|
575
596
|
]
|
|
576
597
|
],
|
|
@@ -140,7 +140,10 @@ ItemNew:
|
|
|
140
140
|
id: zigzag32
|
|
141
141
|
default: void
|
|
142
142
|
block_runtime_id: varint
|
|
143
|
-
|
|
143
|
+
extra: network_id ?
|
|
144
|
+
# The Shield Item ID is sent in the StartGame packet. It is usually 355 in vanilla.
|
|
145
|
+
if /ShieldItemID: '["encapsulated", { "lengthType": "varint", "type": "ItemExtraDataWithBlockingTick" }]'
|
|
146
|
+
default: '["encapsulated", { "lengthType": "varint", "type": "ItemExtraDataWithoutBlockingTick" }]'
|
|
144
147
|
|
|
145
148
|
# An "ItemStack" here represents an Item instance. You can think about it like a pointer
|
|
146
149
|
# to an item class. The data for the class gets updated with the data in the `item` field
|
|
@@ -10420,7 +10420,7 @@
|
|
|
10420
10420
|
},
|
|
10421
10421
|
{
|
|
10422
10422
|
"name": "checksum",
|
|
10423
|
-
"type": "
|
|
10423
|
+
"type": "u8"
|
|
10424
10424
|
}
|
|
10425
10425
|
]
|
|
10426
10426
|
],
|
|
@@ -2934,7 +2934,7 @@
|
|
|
2934
2934
|
"count": 3
|
|
2935
2935
|
}
|
|
2936
2936
|
]
|
|
2937
|
-
checksum:
|
|
2937
|
+
checksum: u8
|
|
2938
2938
|
# MC: ServerboundChatPacket
|
|
2939
2939
|
packet_chat_message:
|
|
2940
2940
|
message: string
|
|
@@ -2953,7 +2953,7 @@
|
|
|
2953
2953
|
"count": 3
|
|
2954
2954
|
}
|
|
2955
2955
|
]
|
|
2956
|
-
checksum:
|
|
2956
|
+
checksum: u8
|
|
2957
2957
|
# MC: ServerboundChatSessionUpdatePacket
|
|
2958
2958
|
packet_chat_session_update:
|
|
2959
2959
|
sessionUUID: UUID
|
|
@@ -8625,7 +8625,7 @@
|
|
|
8625
8625
|
},
|
|
8626
8626
|
{
|
|
8627
8627
|
"name": "checksum",
|
|
8628
|
-
"type": "
|
|
8628
|
+
"type": "u8"
|
|
8629
8629
|
}
|
|
8630
8630
|
]
|
|
8631
8631
|
],
|
|
@@ -8671,7 +8671,7 @@
|
|
|
8671
8671
|
},
|
|
8672
8672
|
{
|
|
8673
8673
|
"name": "checksum",
|
|
8674
|
-
"type": "
|
|
8674
|
+
"type": "u8"
|
|
8675
8675
|
}
|
|
8676
8676
|
]
|
|
8677
8677
|
],
|
|
@@ -3031,7 +3031,7 @@
|
|
|
3031
3031
|
"count": 3
|
|
3032
3032
|
}
|
|
3033
3033
|
]
|
|
3034
|
-
checksum:
|
|
3034
|
+
checksum: u8
|
|
3035
3035
|
# MC: ServerboundChatPacket
|
|
3036
3036
|
packet_chat_message:
|
|
3037
3037
|
message: string
|
|
@@ -3050,7 +3050,7 @@
|
|
|
3050
3050
|
"count": 3
|
|
3051
3051
|
}
|
|
3052
3052
|
]
|
|
3053
|
-
checksum:
|
|
3053
|
+
checksum: u8
|
|
3054
3054
|
# MC: ServerboundChatSessionUpdatePacket
|
|
3055
3055
|
packet_chat_session_update:
|
|
3056
3056
|
sessionUUID: UUID
|
|
@@ -8999,7 +8999,7 @@
|
|
|
8999
8999
|
},
|
|
9000
9000
|
{
|
|
9001
9001
|
"name": "checksum",
|
|
9002
|
-
"type": "
|
|
9002
|
+
"type": "u8"
|
|
9003
9003
|
}
|
|
9004
9004
|
]
|
|
9005
9005
|
],
|
|
@@ -9045,7 +9045,7 @@
|
|
|
9045
9045
|
},
|
|
9046
9046
|
{
|
|
9047
9047
|
"name": "checksum",
|
|
9048
|
-
"type": "
|
|
9048
|
+
"type": "u8"
|
|
9049
9049
|
}
|
|
9050
9050
|
]
|
|
9051
9051
|
],
|
|
@@ -3031,7 +3031,7 @@
|
|
|
3031
3031
|
"count": 3
|
|
3032
3032
|
}
|
|
3033
3033
|
]
|
|
3034
|
-
checksum:
|
|
3034
|
+
checksum: u8
|
|
3035
3035
|
# MC: ServerboundChatPacket
|
|
3036
3036
|
packet_chat_message:
|
|
3037
3037
|
message: string
|
|
@@ -3050,7 +3050,7 @@
|
|
|
3050
3050
|
"count": 3
|
|
3051
3051
|
}
|
|
3052
3052
|
]
|
|
3053
|
-
checksum:
|
|
3053
|
+
checksum: u8
|
|
3054
3054
|
# MC: ServerboundChatSessionUpdatePacket
|
|
3055
3055
|
packet_chat_session_update:
|
|
3056
3056
|
sessionUUID: UUID
|
|
@@ -8996,7 +8996,7 @@
|
|
|
8996
8996
|
},
|
|
8997
8997
|
{
|
|
8998
8998
|
"name": "checksum",
|
|
8999
|
-
"type": "
|
|
8999
|
+
"type": "u8"
|
|
9000
9000
|
}
|
|
9001
9001
|
]
|
|
9002
9002
|
],
|
|
@@ -9042,7 +9042,7 @@
|
|
|
9042
9042
|
},
|
|
9043
9043
|
{
|
|
9044
9044
|
"name": "checksum",
|
|
9045
|
-
"type": "
|
|
9045
|
+
"type": "u8"
|
|
9046
9046
|
}
|
|
9047
9047
|
]
|
|
9048
9048
|
],
|
|
@@ -10130,7 +10130,7 @@
|
|
|
10130
10130
|
},
|
|
10131
10131
|
{
|
|
10132
10132
|
"name": "checksum",
|
|
10133
|
-
"type": "
|
|
10133
|
+
"type": "u8"
|
|
10134
10134
|
}
|
|
10135
10135
|
]
|
|
10136
10136
|
],
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "26.2-snapshot-7",
|
|
4
|
+
"version": 1073742137,
|
|
5
|
+
"dataVersion": 4891,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "26.2-snapshot-7",
|
|
8
|
+
"releaseType": "snapshot"
|
|
9
|
+
},
|
|
2
10
|
{
|
|
3
11
|
"minecraftVersion": "26.2-snapshot-6",
|
|
4
12
|
"version": 1073742136,
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## 3.110.2
|
|
2
|
+
* [pc: Fix chat packet checksum field type mismatch (#1188)](https://github.com/PrismarineJS/minecraft-data/commit/0549f09f9413cb1f6f0a9ac7078739d4bee02033) (thanks @extremeheat)
|
|
3
|
+
* [Add 26.2-snapshot-7 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/f6294a7abd918710d0b7ec3f5e896dcfb1b5bc70) (thanks @github-actions[bot])
|
|
4
|
+
|
|
5
|
+
## 3.110.1
|
|
6
|
+
* [bedrock: fix 1.26.20 parsing of ItemNew extra data (#1183)](https://github.com/PrismarineJS/minecraft-data/commit/a57d00f1f964443f82549869e5e7745e2329d306) (thanks @hax0r31337)
|
|
7
|
+
|
|
1
8
|
## 3.110.0
|
|
2
9
|
* [Add bedrock 1.26.20 protocol data (#1181)](https://github.com/PrismarineJS/minecraft-data/commit/a40d0f7607ad01d1e27e7736ef7f875c0b06c7b5) (thanks @extremeheat)
|
|
3
10
|
* [Add blocks.json for Bedrock 26.10 (#1170)](https://github.com/PrismarineJS/minecraft-data/commit/c8f384109682caf87e502b2ddd6ce969ce5afba5) (thanks @M9CHKO)
|