minecraft-data 2.114.0 → 2.114.1

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
@@ -1097,7 +1097,7 @@ module.exports =
1097
1097
  get entities () { return require("./minecraft-data/data/pc/1.18/entities.json") },
1098
1098
  get protocol () { return require("./minecraft-data/data/pc/1.18.2/protocol.json") },
1099
1099
  get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1100
- get version () { return require("./minecraft-data/data/pc/1.18.1/version.json") },
1100
+ get version () { return require("./minecraft-data/data/pc/1.18.2/version.json") },
1101
1101
  get foods () { return require("./minecraft-data/data/pc/1.17/foods.json") },
1102
1102
  get particles () { return require("./minecraft-data/data/pc/1.18/particles.json") },
1103
1103
  get blockLoot () { return require("./minecraft-data/data/pc/1.18/blockLoot.json") },
package/doc/history.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.114.1
2
+ * update mcdata
3
+
1
4
  ## 2.114.0
2
5
  * update mcdata
3
6
 
@@ -1096,7 +1096,7 @@
1096
1096
  "entities": "pc/1.18",
1097
1097
  "protocol": "pc/1.18.2",
1098
1098
  "windows": "pc/1.16.1",
1099
- "version": "pc/1.18.1",
1099
+ "version": "pc/1.18.2",
1100
1100
  "foods": "pc/1.17",
1101
1101
  "particles": "pc/1.18",
1102
1102
  "blockLoot": "pc/1.18",
@@ -1,3 +1,6 @@
1
+ ## 2.114.1
2
+ * fix 1.18.2 data paths
3
+
1
4
  ## 2.114.0
2
5
  * mcpc 1.18.2 protocol support
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.114.0",
3
+ "version": "2.114.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",