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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 545,
3
+ "minecraftVersion": "1.19.21",
4
+ "majorVersion": "1.19",
5
+ "releaseType": "release"
6
+ }
@@ -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
+ ]
@@ -14,5 +14,6 @@
14
14
  "1.18.30",
15
15
  "1.19.1",
16
16
  "1.19.10",
17
- "1.19.20"
17
+ "1.19.20",
18
+ "1.19.21"
18
19
  ]
@@ -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.20
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.20"
1409
+ "version": "bedrock/1.19.21"
1389
1410
  }
1390
1411
  }
1391
- }
1412
+ }
@@ -2740,7 +2740,7 @@
2740
2740
  ]
2741
2741
  },
2742
2742
  {
2743
- "name": "registryCodec",
2743
+ "name": "dimensionCodec",
2744
2744
  "type": "nbt"
2745
2745
  },
2746
2746
  {
@@ -6061,4 +6061,4 @@
6061
6061
  }
6062
6062
  }
6063
6063
  }
6064
- }
6064
+ }
@@ -197,7 +197,7 @@
197
197
  {
198
198
  "name": "dimensionIsAWorld",
199
199
  "description": "dimension is an nbt compound",
200
- "versions": ["1.16.2", "1.18.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", "1.19"]
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", "1.18.2"]
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.10.1",
3
+ "version": "3.12.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",