minecraft-data 3.74.0 → 3.75.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
@@ -1444,7 +1444,7 @@ module.exports =
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") },
1446
1446
  get entityLoot () { return require("./minecraft-data/data/pc/1.20/entityLoot.json") },
1447
- get loginPacket () { return require("./minecraft-data/data/pc/1.20.2/loginPacket.json") },
1447
+ get loginPacket () { return require("./minecraft-data/data/pc/1.20.5/loginPacket.json") },
1448
1448
  get tints () { return require("./minecraft-data/data/pc/1.20.5/tints.json") },
1449
1449
  get mapIcons () { return require("./minecraft-data/data/pc/1.20.2/mapIcons.json") },
1450
1450
  get commands () { return require("./minecraft-data/data/pc/1.20.3/commands.json") },
package/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.75.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.74.0
4
8
 
5
9
  * update `minecraft-data`
@@ -1443,7 +1443,7 @@
1443
1443
  "particles": "pc/1.20.5",
1444
1444
  "blockLoot": "pc/1.20",
1445
1445
  "entityLoot": "pc/1.20",
1446
- "loginPacket": "pc/1.20.2",
1446
+ "loginPacket": "pc/1.20.5",
1447
1447
  "tints": "pc/1.20.5",
1448
1448
  "mapIcons": "pc/1.20.2",
1449
1449
  "commands": "pc/1.20.3",
@@ -1,3 +1,6 @@
1
+ ## 3.75.0
2
+ * [use login data of 1.20.5 in 1.20.6](https://github.com/PrismarineJS/minecraft-data/commit/b5d1b0bfa18d3c9f41d289c285d2b54827f22004) (thanks @rom1504)
3
+
1
4
  ## 3.74.0
2
5
  * [update recipes for 1.20.6](https://github.com/PrismarineJS/minecraft-data/commit/636d3a7e027e75ab1deeb4cd214b73306a836473) (thanks @rom1504)
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.74.0",
3
+ "version": "3.75.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",