minecraft-data 3.10.2 → 3.11.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
@@ -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
+ }
@@ -1,3 +1,6 @@
1
+ ## 3.11.0
2
+ * bedrock: add protocol data for 1.19.21 (@stevarino)
3
+
1
4
  ## 3.10.2
2
5
  * bedrock: fix 1.19.20 map data packet
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.10.2",
3
+ "version": "3.11.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",