minecraft-data 2.101.0 → 2.102.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
|
@@ -1053,7 +1053,7 @@ module.exports =
|
|
|
1053
1053
|
get particles () { return require("./minecraft-data/data/pc/1.18/particles.json") },
|
|
1054
1054
|
get blockLoot () { return require("./minecraft-data/data/pc/1.18/blockLoot.json") },
|
|
1055
1055
|
get entityLoot () { return require("./minecraft-data/data/pc/1.18/entityLoot.json") },
|
|
1056
|
-
get loginPacket () { return require("./minecraft-data/data/pc/1.
|
|
1056
|
+
get loginPacket () { return require("./minecraft-data/data/pc/1.18/loginPacket.json") },
|
|
1057
1057
|
get tints () { return require("./minecraft-data/data/pc/1.17/tints.json") },
|
|
1058
1058
|
get mapIcons () { return require("./minecraft-data/data/pc/1.16/mapIcons.json") }
|
|
1059
1059
|
}
|
package/doc/history.md
CHANGED