minecraft-data 2.108.0 → 2.109.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
@@ -1071,7 +1071,7 @@ module.exports =
1071
1071
  get entities () { return require("./minecraft-data/data/pc/1.18/entities.json") },
1072
1072
  get protocol () { return require("./minecraft-data/data/pc/1.18/protocol.json") },
1073
1073
  get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1074
- get version () { return require("./minecraft-data/data/pc/1.18/version.json") },
1074
+ get version () { return require("./minecraft-data/data/pc/1.18.1/version.json") },
1075
1075
  get foods () { return require("./minecraft-data/data/pc/1.17/foods.json") },
1076
1076
  get particles () { return require("./minecraft-data/data/pc/1.18/particles.json") },
1077
1077
  get blockLoot () { return require("./minecraft-data/data/pc/1.18/blockLoot.json") },
package/doc/history.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.109.0
2
+ * update mcdata
3
+
1
4
  ## 2.108.0
2
5
  * update mcdata
3
6
 
@@ -1070,7 +1070,7 @@
1070
1070
  "entities": "pc/1.18",
1071
1071
  "protocol": "pc/1.18",
1072
1072
  "windows": "pc/1.16.1",
1073
- "version": "pc/1.18",
1073
+ "version": "pc/1.18.1",
1074
1074
  "foods": "pc/1.17",
1075
1075
  "particles": "pc/1.18",
1076
1076
  "blockLoot": "pc/1.18",
@@ -1,3 +1,6 @@
1
+ ## 2.109.0
2
+ * pc: fix version for 1.18.1
3
+
1
4
  ## 2.108.0
2
5
  * pc: support 1.18.1
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.108.0",
3
+ "version": "2.109.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",