minecraft-data 3.11.0 → 3.12.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
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
{
|
|
198
198
|
"name": "dimensionIsAWorld",
|
|
199
199
|
"description": "dimension is an nbt compound",
|
|
200
|
-
"versions": ["1.16.2", "
|
|
200
|
+
"versions": ["1.16.2", "latest"]
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"name": "dimensionDataIsAvailable",
|
|
@@ -227,12 +227,12 @@
|
|
|
227
227
|
{
|
|
228
228
|
"name": "hasAttackCooldown",
|
|
229
229
|
"description": "if there is a cooldown after attacks to deal full damage",
|
|
230
|
-
"versions": ["1.9", "
|
|
230
|
+
"versions": ["1.9", "latest"]
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"name": "usesLoginPacket",
|
|
234
234
|
"description": "uses the login packet as defined in mcData",
|
|
235
|
-
"versions": ["1.16", "
|
|
235
|
+
"versions": ["1.16", "latest"]
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"name": "usesMultiblockSingleLong",
|
|
@@ -1,13 +1,21 @@
|
|
|
1
|
+
## 3.12.0
|
|
2
|
+
|
|
3
|
+
* pc: fix protocol login packet and update feature.json for 1.19 (@extremeheat)
|
|
4
|
+
|
|
1
5
|
## 3.11.0
|
|
6
|
+
|
|
2
7
|
* bedrock: add protocol data for 1.19.21 (@stevarino)
|
|
3
8
|
|
|
4
9
|
## 3.10.2
|
|
10
|
+
|
|
5
11
|
* bedrock: fix 1.19.20 map data packet
|
|
6
12
|
|
|
7
13
|
## 3.10.1
|
|
14
|
+
|
|
8
15
|
* node-minecraft-data release
|
|
9
16
|
|
|
10
17
|
## 3.10.0
|
|
18
|
+
|
|
11
19
|
* bedrock: add protocol data for 1.19.20 (@stevarino)
|
|
12
20
|
|
|
13
21
|
## 3.9.1
|