minecraft-data 3.20.0 → 3.21.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
@@ -1150,7 +1150,7 @@ module.exports =
1150
1150
  get particles () { return require("./minecraft-data/data/pc/1.19.2/particles.json") },
1151
1151
  get blockLoot () { return require("./minecraft-data/data/pc/1.19/blockLoot.json") },
1152
1152
  get entityLoot () { return require("./minecraft-data/data/pc/1.19/entityLoot.json") },
1153
- get loginPacket () { return require("./minecraft-data/data/pc/1.19/loginPacket.json") },
1153
+ get loginPacket () { return require("./minecraft-data/data/pc/1.19.2/loginPacket.json") },
1154
1154
  get tints () { return require("./minecraft-data/data/pc/1.19.2/tints.json") },
1155
1155
  get mapIcons () { return require("./minecraft-data/data/pc/1.16/mapIcons.json") }
1156
1156
  }
package/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.21.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.20.0
4
8
 
5
9
  * update `minecraft-data`
@@ -79,6 +79,7 @@ These are the projects that use minecraft-data:
79
79
  | [McEx](https://github.com/hansihe/McEx) | Elixir | server | blocks |
80
80
  | [VoxelGamesLib](https://github.com/MiniDigger/VoxelGamesLib) | Java | minigames server library | blocks, items |
81
81
  | [Phpcraft](https://github.com/Phpcraft/core) | PHP | all-around library | blocks, items, entities, protocol |
82
+ | [MineSharp](https://github.com/psu-de/MineSharp) | C# | Bots | Protocol, Blocks, Items, Entities, Biomes, Recipes, Enchantments |
82
83
 
83
84
  ## Extraction
84
85
 
@@ -1149,7 +1149,7 @@
1149
1149
  "particles": "pc/1.19.2",
1150
1150
  "blockLoot": "pc/1.19",
1151
1151
  "entityLoot": "pc/1.19",
1152
- "loginPacket": "pc/1.19",
1152
+ "loginPacket": "pc/1.19.2",
1153
1153
  "tints": "pc/1.19.2",
1154
1154
  "mapIcons": "pc/1.16"
1155
1155
  }