minecraft-data 3.54.0 → 3.55.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/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.55.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.54.0
4
8
 
5
9
  * update `minecraft-data`
@@ -4130,6 +4130,10 @@
4130
4130
  {
4131
4131
  "name": "pitch",
4132
4132
  "type": "f32"
4133
+ },
4134
+ {
4135
+ "name": "seed",
4136
+ "type": "i64"
4133
4137
  }
4134
4138
  ]
4135
4139
  ],
@@ -1,3 +1,6 @@
1
+ ## 3.55.0
2
+ * [Add missing seed field in 1.19 based on minecraft packet tests](https://github.com/PrismarineJS/minecraft-data/commit/5f9995a821311c9ac926a208f957bd76a468fe55) (thanks @rom1504)
3
+
1
4
  ## 3.54.0
2
5
  * [1.20.3-1.20.4 protocol (#806)](https://github.com/PrismarineJS/minecraft-data/commit/1aabc9c5fe190b41d12b08e10ff025c32b8107ed) (thanks @wgaylord)
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.54.0",
3
+ "version": "3.55.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",