minecraft-data 3.23.0 → 3.24.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
@@ -1167,7 +1167,7 @@ module.exports =
1167
1167
  get materials () { return require("./minecraft-data/data/pc/1.19.3/materials.json") },
1168
1168
  get language () { return require("./minecraft-data/data/pc/1.19.3/language.json") },
1169
1169
  get entities () { return require("./minecraft-data/data/pc/1.19.3/entities.json") },
1170
- get protocol () { return require("./minecraft-data/data/pc/1.19.2/protocol.json") },
1170
+ get protocol () { return require("./minecraft-data/data/pc/1.19.3/protocol.json") },
1171
1171
  get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1172
1172
  get version () { return require("./minecraft-data/data/pc/1.19.3/version.json") },
1173
1173
  get foods () { return require("./minecraft-data/data/pc/1.19.3/foods.json") },
package/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.24.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.23.0
4
8
 
5
9
  * update `minecraft-data`
@@ -1166,7 +1166,7 @@
1166
1166
  "materials": "pc/1.19.3",
1167
1167
  "language": "pc/1.19.3",
1168
1168
  "entities": "pc/1.19.3",
1169
- "protocol": "pc/1.19.2",
1169
+ "protocol": "pc/1.19.3",
1170
1170
  "windows": "pc/1.16.1",
1171
1171
  "version": "pc/1.19.3",
1172
1172
  "foods": "pc/1.19.3",