minecraft-data 2.99.0 → 2.99.1

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/doc/history.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.99.1
2
+ * update mcdata
3
+
1
4
  ## 2.99.0
2
5
  * update mcdata
3
6
 
@@ -4587,6 +4587,7 @@
4587
4587
  "set_passengers": "packet_set_passengers",
4588
4588
  "teams": "packet_teams",
4589
4589
  "scoreboard_score": "packet_scoreboard_score",
4590
+ "simulation_distance": "packet_simulation_distance",
4590
4591
  "spawn_position": "packet_spawn_position",
4591
4592
  "update_time": "packet_update_time",
4592
4593
  "entity_sound_effect": "packet_entity_sound_effect",
@@ -1,3 +1,6 @@
1
+ ## 2.99.1
2
+ * pc: fix simulation distance packet in 1.18
3
+
1
4
  ## 2.99.0
2
5
  * pc: fix version path in 1.18 (@u9g)
3
6
  * bedrock: update 1.18 data (@extremeheat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.99.0",
3
+ "version": "2.99.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",