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
@@ -1,3 +1,6 @@
1
+ ## 2.116.0
2
+ * update mcdata
3
+
1
4
  ## 2.115.2
2
5
  * Add supportFeature support
3
6
 
@@ -1101,7 +1101,7 @@
1101
1101
  "particles": "pc/1.18",
1102
1102
  "blockLoot": "pc/1.18",
1103
1103
  "entityLoot": "pc/1.18",
1104
- "loginPacket": "pc/1.18",
1104
+ "loginPacket": "pc/1.18.2",
1105
1105
  "tints": "pc/1.17",
1106
1106
  "mapIcons": "pc/1.16"
1107
1107
  }