minecraft-data 2.115.2 → 2.116.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
|
@@ -1102,7 +1102,7 @@ module.exports =
|
|
|
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") },
|
|
1104
1104
|
get entityLoot () { return require("./minecraft-data/data/pc/1.18/entityLoot.json") },
|
|
1105
|
-
get loginPacket () { return require("./minecraft-data/data/pc/1.18/loginPacket.json") },
|
|
1105
|
+
get loginPacket () { return require("./minecraft-data/data/pc/1.18.2/loginPacket.json") },
|
|
1106
1106
|
get tints () { return require("./minecraft-data/data/pc/1.17/tints.json") },
|
|
1107
1107
|
get mapIcons () { return require("./minecraft-data/data/pc/1.16/mapIcons.json") }
|
|
1108
1108
|
}
|
package/doc/history.md
CHANGED