minecraft-data 3.71.0 → 3.74.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 CHANGED
@@ -1432,14 +1432,14 @@ module.exports =
1432
1432
  get effects () { return require("./minecraft-data/data/pc/1.20.5/effects.json") },
1433
1433
  get items () { return require("./minecraft-data/data/pc/1.20.5/items.json") },
1434
1434
  get enchantments () { return require("./minecraft-data/data/pc/1.20.5/enchantments.json") },
1435
- get recipes () { return require("./minecraft-data/data/pc/1.20.3/recipes.json") },
1435
+ get recipes () { return require("./minecraft-data/data/pc/1.20.5/recipes.json") },
1436
1436
  get instruments () { return require("./minecraft-data/data/pc/1.20.5/instruments.json") },
1437
1437
  get materials () { return require("./minecraft-data/data/pc/1.20.5/materials.json") },
1438
1438
  get language () { return require("./minecraft-data/data/pc/1.20.5/language.json") },
1439
1439
  get entities () { return require("./minecraft-data/data/pc/1.20.5/entities.json") },
1440
- get protocol () { return require("./minecraft-data/data/pc/1.20.3/protocol.json") },
1440
+ get protocol () { return require("./minecraft-data/data/pc/1.20.5/protocol.json") },
1441
1441
  get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1442
- get version () { return require("./minecraft-data/data/pc/1.20.4/version.json") },
1442
+ get version () { return require("./minecraft-data/data/pc/1.20.6/version.json") },
1443
1443
  get foods () { return require("./minecraft-data/data/pc/1.20.5/foods.json") },
1444
1444
  get particles () { return require("./minecraft-data/data/pc/1.20.5/particles.json") },
1445
1445
  get blockLoot () { return require("./minecraft-data/data/pc/1.20/blockLoot.json") },
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.74.0
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.72.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.71.0
4
12
 
5
13
  * update `minecraft-data`
@@ -9,7 +9,7 @@ Language independent module providing minecraft data for minecraft clients, serv
9
9
 
10
10
  Supports
11
11
  * Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
12
- 1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3, 1.19.4), 1.20 (1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5)
12
+ 1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3, 1.19.4), 1.20 (1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6)
13
13
  * Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40, 1.20.50, 1.20.61, 1.20.71, 1.20.80, 1.21.0, 1.21.2, 1.21.20, 1.21.30
14
14
 
15
15
 
@@ -1431,14 +1431,14 @@
1431
1431
  "effects": "pc/1.20.5",
1432
1432
  "items": "pc/1.20.5",
1433
1433
  "enchantments": "pc/1.20.5",
1434
- "recipes": "pc/1.20.3",
1434
+ "recipes": "pc/1.20.5",
1435
1435
  "instruments": "pc/1.20.5",
1436
1436
  "materials": "pc/1.20.5",
1437
1437
  "language": "pc/1.20.5",
1438
1438
  "entities": "pc/1.20.5",
1439
- "protocol": "pc/1.20.3",
1439
+ "protocol": "pc/1.20.5",
1440
1440
  "windows": "pc/1.16.1",
1441
- "version": "pc/1.20.4",
1441
+ "version": "pc/1.20.6",
1442
1442
  "foods": "pc/1.20.5",
1443
1443
  "particles": "pc/1.20.5",
1444
1444
  "blockLoot": "pc/1.20",
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 766,
3
+ "minecraftVersion": "1.20.6",
4
+ "majorVersion": "1.20",
5
+ "releaseType": "release"
6
+ }
@@ -57,5 +57,6 @@
57
57
  "1.20.2",
58
58
  "1.20.3",
59
59
  "1.20.4",
60
- "1.20.5"
60
+ "1.20.5",
61
+ "1.20.6"
61
62
  ]
@@ -1,3 +1,12 @@
1
+ ## 3.74.0
2
+ * [update recipes for 1.20.6](https://github.com/PrismarineJS/minecraft-data/commit/636d3a7e027e75ab1deeb4cd214b73306a836473) (thanks @rom1504)
3
+
4
+ ## 3.73.0
5
+ * [add missing 1.20.6 in versions.json](https://github.com/PrismarineJS/minecraft-data/commit/214ae40d2d2c383cf5ef5050529be1693961930b) (thanks @rom1504)
6
+
7
+ ## 3.72.0
8
+ * [Add 1.20.6 support assuming no change from 1.20.5.](https://github.com/PrismarineJS/minecraft-data/commit/9e9e84df7890b1a59f2f074fb1b0c0eb0885ca74) (thanks @rom1504)
9
+
1
10
  ## 3.71.0
2
11
  * [Fix protocol.json array count after protodef yaml fix.](https://github.com/PrismarineJS/minecraft-data/commit/7bae37d8bb4a367a38395b30393c9df62e839984) (thanks @rom1504)
3
12
  * [Add 1.20.5 in version list in readme](https://github.com/PrismarineJS/minecraft-data/commit/7f34231c97b2af16478abb2b66d9ecbc8e053d63) (thanks @rom1504)
@@ -127,7 +127,7 @@ require('./version_iterator')(function (p, versionString) {
127
127
  const recipe = recipes[craftingTable.id]
128
128
  if (!recipe[0]) return
129
129
  // remove the if after fixing https://github.com/PrismarineJS/minecraft-data/issues/917
130
- if (versionString !== 'pc 1.20.5') {
130
+ if (versionString !== 'pc 1.20.5' && versionString !== 'pc 1.20.6') {
131
131
  assert.notEqual(recipe.length, 1) // Check that crafting table has multiple recipes.
132
132
  }
133
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.71.0",
3
+ "version": "3.74.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",