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 +1 -1
- package/doc/history.md +3 -0
- package/minecraft-data/data/dataPaths.json +1 -1
- package/minecraft-data/doc/history.md +3 -0
- package/package.json +1 -1
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.
|
|
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