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 +1 -1
- package/doc/history.md +4 -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
|
@@ -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.
|
|
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,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
|
|