minecraft-data 3.10.1 → 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/data.js +22 -1
- package/doc/history.md +12 -0
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.19.20/proto.yml +3728 -0
- package/minecraft-data/data/bedrock/1.19.20/protocol.json +4 -4
- package/minecraft-data/data/bedrock/1.19.20/types.yml +1962 -0
- package/minecraft-data/data/bedrock/1.19.21/protocol.json +10644 -0
- package/minecraft-data/data/bedrock/1.19.21/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +7 -1
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +3 -3
- package/minecraft-data/data/dataPaths.json +23 -2
- package/minecraft-data/data/pc/1.19/protocol.json +2 -2
- package/minecraft-data/data/pc/common/features.json +3 -3
- package/minecraft-data/doc/history.md +14 -0
- package/package.json +1 -1
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"version": 545,
|
|
4
|
+
"minecraftVersion": "1.19.21",
|
|
5
|
+
"majorVersion": "1.19",
|
|
6
|
+
"releaseType": "release"
|
|
7
|
+
},
|
|
2
8
|
{
|
|
3
9
|
"version": 544,
|
|
4
10
|
"minecraftVersion": "1.19.20",
|
|
@@ -92,4 +98,4 @@
|
|
|
92
98
|
"minecraftVersion": "0.14.3",
|
|
93
99
|
"majorVersion": "0.14"
|
|
94
100
|
}
|
|
95
|
-
]
|
|
101
|
+
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Created from MiNET and gophertunnel docs
|
|
2
2
|
# The version below is the latest version this protocol schema was updated for.
|
|
3
3
|
# The output protocol.json will be in the folder for the version
|
|
4
|
-
!version: 1.19.
|
|
4
|
+
!version: 1.19.21
|
|
5
5
|
|
|
6
6
|
# Some ProtoDef aliases
|
|
7
7
|
string: ["pstring",{"countType":"varint"}] # String / array types
|
|
@@ -1489,6 +1489,8 @@ packet_clientbound_map_item_data:
|
|
|
1489
1489
|
# LockedMap specifies if the map that was updated was a locked map, which may be done using a cartography
|
|
1490
1490
|
# table.
|
|
1491
1491
|
locked: bool
|
|
1492
|
+
# Origin is the center position of the map being updated.
|
|
1493
|
+
origin: BlockCoordinates
|
|
1492
1494
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1493
1495
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1494
1496
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -1527,8 +1529,6 @@ packet_clientbound_map_item_data:
|
|
|
1527
1529
|
# the length of the outer slice having to be exactly Height long and the inner slices exactly Width long.
|
|
1528
1530
|
# To access this array, use $width * y + x
|
|
1529
1531
|
pixels: varint[]varint
|
|
1530
|
-
# Origin is the center position of the map being updated.
|
|
1531
|
-
origin: BlockCoordinates
|
|
1532
1532
|
|
|
1533
1533
|
|
|
1534
1534
|
packet_map_info_request:
|
|
@@ -1367,6 +1367,27 @@
|
|
|
1367
1367
|
"version": "bedrock/1.19.10"
|
|
1368
1368
|
},
|
|
1369
1369
|
"1.19.20": {
|
|
1370
|
+
"blocks": "bedrock/1.19.1",
|
|
1371
|
+
"blockStates": "bedrock/1.19.1",
|
|
1372
|
+
"blockCollisionShapes": "bedrock/1.19.1",
|
|
1373
|
+
"biomes": "bedrock/1.19.1",
|
|
1374
|
+
"entities": "bedrock/1.19.1",
|
|
1375
|
+
"items": "bedrock/1.19.10",
|
|
1376
|
+
"recipes": "bedrock/1.19.10",
|
|
1377
|
+
"instruments": "bedrock/1.17.0",
|
|
1378
|
+
"materials": "pc/1.17",
|
|
1379
|
+
"enchantments": "pc/1.17",
|
|
1380
|
+
"effects": "pc/1.17",
|
|
1381
|
+
"protocol": "bedrock/1.19.20",
|
|
1382
|
+
"windows": "bedrock/1.16.201",
|
|
1383
|
+
"steve": "bedrock/1.16.201",
|
|
1384
|
+
"blocksB2J": "bedrock/1.19.1",
|
|
1385
|
+
"blocksJ2B": "bedrock/1.19.1",
|
|
1386
|
+
"proto": "bedrock/1.19.20",
|
|
1387
|
+
"types": "bedrock/1.19.20",
|
|
1388
|
+
"version": "bedrock/1.19.20"
|
|
1389
|
+
},
|
|
1390
|
+
"1.19.21": {
|
|
1370
1391
|
"blocks": "bedrock/1.19.1",
|
|
1371
1392
|
"blockStates": "bedrock/1.19.1",
|
|
1372
1393
|
"blockCollisionShapes": "bedrock/1.19.1",
|
|
@@ -1385,7 +1406,7 @@
|
|
|
1385
1406
|
"blocksJ2B": "bedrock/1.19.1",
|
|
1386
1407
|
"proto": "bedrock/latest",
|
|
1387
1408
|
"types": "bedrock/latest",
|
|
1388
|
-
"version": "bedrock/1.19.
|
|
1409
|
+
"version": "bedrock/1.19.21"
|
|
1389
1410
|
}
|
|
1390
1411
|
}
|
|
1391
|
-
}
|
|
1412
|
+
}
|
|
@@ -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,7 +1,21 @@
|
|
|
1
|
+
## 3.12.0
|
|
2
|
+
|
|
3
|
+
* pc: fix protocol login packet and update feature.json for 1.19 (@extremeheat)
|
|
4
|
+
|
|
5
|
+
## 3.11.0
|
|
6
|
+
|
|
7
|
+
* bedrock: add protocol data for 1.19.21 (@stevarino)
|
|
8
|
+
|
|
9
|
+
## 3.10.2
|
|
10
|
+
|
|
11
|
+
* bedrock: fix 1.19.20 map data packet
|
|
12
|
+
|
|
1
13
|
## 3.10.1
|
|
14
|
+
|
|
2
15
|
* node-minecraft-data release
|
|
3
16
|
|
|
4
17
|
## 3.10.0
|
|
18
|
+
|
|
5
19
|
* bedrock: add protocol data for 1.19.20 (@stevarino)
|
|
6
20
|
|
|
7
21
|
## 3.9.1
|