minecraft-data 2.99.2 → 2.99.3

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.3
2
+ * update mcdata
3
+
1
4
  ## 2.99.2
2
5
  * update mcdata
3
6
 
@@ -408,12 +408,12 @@
408
408
  "bitfield",
409
409
  [
410
410
  {
411
- "name": "x_sec",
411
+ "name": "x",
412
412
  "size": 4,
413
413
  "signed": false
414
414
  },
415
415
  {
416
- "name": "z_sec",
416
+ "name": "z",
417
417
  "size": 4,
418
418
  "signed": false
419
419
  }
@@ -1,3 +1,6 @@
1
+ ## 2.99.3
2
+ * pc: rename x_sec and z_sec to x and z in chunk block entity
3
+
1
4
  ## 2.99.2
2
5
  * pc: change nbtData field of chunkBlockEntity to optionalNbt in 1.18
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.99.2",
3
+ "version": "2.99.3",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",