minecraft-data 3.9.0 → 3.9.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
+ ## 3.9.1
2
+ * update mcdata
3
+
1
4
  ## 3.9.0
2
5
  * update mcdata
3
6
 
@@ -3578,7 +3578,7 @@
3578
3578
  [
3579
3579
  {
3580
3580
  "name": "dimension",
3581
- "type": "nbt"
3581
+ "type": "string"
3582
3582
  },
3583
3583
  {
3584
3584
  "name": "worldName",
@@ -1,4 +1,9 @@
1
+ ## 3.9.1
2
+
3
+ * pc: fix packet_respawn (@rob9315)
4
+
1
5
  ## 3.9.0
6
+
2
7
  * bedrock: Add bedrock 1.19 data (#600)
3
8
  * bedrock: protocol corrections
4
9
  * pc: Add 1.19.1-rc2 to protocol versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",