minecraft-data 3.48.0 → 3.49.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/doc/history.md
CHANGED
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
1657
|
},
|
|
1658
|
-
"
|
|
1658
|
+
"configuration": {
|
|
1659
1659
|
"toClient": {
|
|
1660
1660
|
"types": {
|
|
1661
1661
|
"packet_custom_payload": [
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
}
|
|
1681
1681
|
]
|
|
1682
1682
|
],
|
|
1683
|
-
"
|
|
1683
|
+
"packet_finish_configuration": [
|
|
1684
1684
|
"container",
|
|
1685
1685
|
[]
|
|
1686
1686
|
],
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
"fields": {
|
|
1810
1810
|
"custom_payload": "packet_custom_payload",
|
|
1811
1811
|
"disconnect": "packet_disconnect",
|
|
1812
|
-
"finish_configuration": "
|
|
1812
|
+
"finish_configuration": "packet_finish_configuration",
|
|
1813
1813
|
"keep_alive": "packet_keep_alive",
|
|
1814
1814
|
"ping": "packet_ping",
|
|
1815
1815
|
"registry_data": "packet_registry_data",
|
|
@@ -1876,7 +1876,7 @@
|
|
|
1876
1876
|
}
|
|
1877
1877
|
]
|
|
1878
1878
|
],
|
|
1879
|
-
"
|
|
1879
|
+
"packet_finish_configuration": [
|
|
1880
1880
|
"container",
|
|
1881
1881
|
[]
|
|
1882
1882
|
],
|
|
@@ -1919,7 +1919,7 @@
|
|
|
1919
1919
|
"mappings": {
|
|
1920
1920
|
"0x00": "settings",
|
|
1921
1921
|
"0x01": "custom_payload",
|
|
1922
|
-
"0x02": "
|
|
1922
|
+
"0x02": "finish_configuration",
|
|
1923
1923
|
"0x03": "keep_alive",
|
|
1924
1924
|
"0x04": "pong",
|
|
1925
1925
|
"0x05": "resource_pack_receive"
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
"fields": {
|
|
1937
1937
|
"settings": "packet_settings",
|
|
1938
1938
|
"custom_payload": "packet_custom_payload",
|
|
1939
|
-
"
|
|
1939
|
+
"finish_configuration": "packet_finish_configuration",
|
|
1940
1940
|
"keep_alive": "packet_keep_alive",
|
|
1941
1941
|
"pong": "packet_pong",
|
|
1942
1942
|
"resource_pack_receive": "packet_resource_pack_receive"
|
|
@@ -4533,11 +4533,11 @@
|
|
|
4533
4533
|
"type": "f32"
|
|
4534
4534
|
},
|
|
4535
4535
|
{
|
|
4536
|
-
"name": "
|
|
4536
|
+
"name": "level",
|
|
4537
4537
|
"type": "varint"
|
|
4538
4538
|
},
|
|
4539
4539
|
{
|
|
4540
|
-
"name": "
|
|
4540
|
+
"name": "totalExperience",
|
|
4541
4541
|
"type": "varint"
|
|
4542
4542
|
}
|
|
4543
4543
|
]
|
|
@@ -781,5 +781,10 @@
|
|
|
781
781
|
"name": "newLightingDataFormat",
|
|
782
782
|
"description": "in 1.17, light encoding changed to handle new world height",
|
|
783
783
|
"versions": ["1.17", "latest"]
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "hasConfigurationState",
|
|
787
|
+
"description": "in 1.20.2, a new configuration state was added to allow configuration after login",
|
|
788
|
+
"versions": ["1.20.2", "latest"]
|
|
784
789
|
}
|
|
785
790
|
]
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "23w46a",
|
|
4
|
+
"version": 1073741987,
|
|
5
|
+
"dataVersion": 3691,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "1.20",
|
|
8
|
+
"releaseType": "snapshot"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"minecraftVersion": "23w45a",
|
|
12
|
+
"version": 1073741986,
|
|
13
|
+
"dataVersion": 3690,
|
|
14
|
+
"usesNetty": true,
|
|
15
|
+
"majorVersion": "1.20",
|
|
16
|
+
"releaseType": "snapshot"
|
|
17
|
+
},
|
|
2
18
|
{
|
|
3
19
|
"minecraftVersion": "23w44a",
|
|
4
20
|
"version": 1073741985,
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 3.49.0
|
|
2
|
+
* [Add hasConfigurationState to features.json (#790)](https://github.com/PrismarineJS/minecraft-data/commit/4d190951873034034dfe9d7c7fb3d0475e24c33b) (thanks @wgaylord)
|
|
3
|
+
* [Fix spelling issue and 1 packet field order change. (#793)](https://github.com/PrismarineJS/minecraft-data/commit/5a4d0a0834791b5b725923ac33c3532455539579) (thanks @wgaylord)
|
|
4
|
+
* [Add 23w46a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/fb58a7c3d068d281b9c4d18d2cd840410d0cd635) (thanks @github-actions[bot])
|
|
5
|
+
* [Add 23w45a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/cf8333fce886587364e6f510bca72a6e9d555da4) (thanks @github-actions[bot])
|
|
6
|
+
|
|
1
7
|
## 3.48.0
|
|
2
8
|
* [Add 1.20.2 to readme](https://github.com/PrismarineJS/minecraft-data/commit/c156c97cf249f0b5f27999b5282395156c177e37) (thanks @rom1504)
|
|
3
9
|
* [Add 1.20.2 data (#786)](https://github.com/PrismarineJS/minecraft-data/commit/e60570b5b567f0e802133f02bf2e4e3ea912dded) (thanks @wgaylord)
|