minecraft-data 3.49.0 → 3.49.1
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
|
@@ -1,4 +1,44 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "1.20.3-rc1",
|
|
4
|
+
"version": 1073741992,
|
|
5
|
+
"dataVersion": 3697,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "1.20",
|
|
8
|
+
"releaseType": "snapshot"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"minecraftVersion": "1.20.3-pre4",
|
|
12
|
+
"version": 1073741991,
|
|
13
|
+
"dataVersion": 3696,
|
|
14
|
+
"usesNetty": true,
|
|
15
|
+
"majorVersion": "1.20",
|
|
16
|
+
"releaseType": "snapshot"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"minecraftVersion": "1.20.3-pre3",
|
|
20
|
+
"version": 1073741990,
|
|
21
|
+
"dataVersion": 3695,
|
|
22
|
+
"usesNetty": true,
|
|
23
|
+
"majorVersion": "1.20",
|
|
24
|
+
"releaseType": "snapshot"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"minecraftVersion": "1.20.3-pre2",
|
|
28
|
+
"version": 1073741989,
|
|
29
|
+
"dataVersion": 3694,
|
|
30
|
+
"usesNetty": true,
|
|
31
|
+
"majorVersion": "1.20",
|
|
32
|
+
"releaseType": "snapshot"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"minecraftVersion": "1.20.3-pre1",
|
|
36
|
+
"version": 1073741988,
|
|
37
|
+
"dataVersion": 3693,
|
|
38
|
+
"usesNetty": true,
|
|
39
|
+
"majorVersion": "1.20",
|
|
40
|
+
"releaseType": "snapshot"
|
|
41
|
+
},
|
|
2
42
|
{
|
|
3
43
|
"minecraftVersion": "23w46a",
|
|
4
44
|
"version": 1073741987,
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 3.49.1
|
|
2
|
+
* Fix pc protocol web doc by removing stable-json-stringify
|
|
3
|
+
* [Fixed inconsistency with 'unsignedChatContent' in 'player_chat' packet (#795)](https://github.com/PrismarineJS/minecraft-data/commit/6fc1bb638fb04afefab4ddfa7e736f3727a23004) (thanks @Ynfuien)
|
|
4
|
+
|
|
1
5
|
## 3.49.0
|
|
2
6
|
* [Add hasConfigurationState to features.json (#790)](https://github.com/PrismarineJS/minecraft-data/commit/4d190951873034034dfe9d7c7fb3d0475e24c33b) (thanks @wgaylord)
|
|
3
7
|
* [Fix spelling issue and 1 packet field order change. (#793)](https://github.com/PrismarineJS/minecraft-data/commit/5a4d0a0834791b5b725923ac33c3532455539579) (thanks @wgaylord)
|