minecraft-data 3.51.0 → 3.52.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
|
@@ -1270,7 +1270,7 @@ module.exports =
|
|
|
1270
1270
|
get particles () { return require("./minecraft-data/data/pc/1.20/particles.json") },
|
|
1271
1271
|
get blockLoot () { return require("./minecraft-data/data/pc/1.20/blockLoot.json") },
|
|
1272
1272
|
get entityLoot () { return require("./minecraft-data/data/pc/1.20/entityLoot.json") },
|
|
1273
|
-
get loginPacket () { return require("./minecraft-data/data/pc/1.
|
|
1273
|
+
get loginPacket () { return require("./minecraft-data/data/pc/1.20.2/loginPacket.json") },
|
|
1274
1274
|
get tints () { return require("./minecraft-data/data/pc/1.20.2/tints.json") },
|
|
1275
1275
|
get mapIcons () { return require("./minecraft-data/data/pc/1.20.2/mapIcons.json") },
|
|
1276
1276
|
get commands () { return require("./minecraft-data/data/pc/1.20.2/commands.json") }
|
package/doc/history.md
CHANGED