minecraft-data 2.106.0 → 2.107.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,3 +1,6 @@
1
+ ## 2.107.0
2
+ * update mcdata
3
+
1
4
  ## 2.106.0
2
5
  * update mcdata
3
6
 
@@ -1940,7 +1940,7 @@
1940
1940
  {
1941
1941
  "name": "y",
1942
1942
  "size": 20,
1943
- "signed": false
1943
+ "signed": true
1944
1944
  }
1945
1945
  ]
1946
1946
  ]
@@ -1,4 +1,11 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "22w03a",
4
+ "version": 1073741889,
5
+ "dataVersion": 2966,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.18"
8
+ },
2
9
  {
3
10
  "minecraftVersion": "1.18.1",
4
11
  "version": 757,
@@ -1,3 +1,6 @@
1
+ ## 2.107.0
2
+ * pc: y is signed in 1.18 packet_multi_block_change
3
+
1
4
  ## 2.106.0
2
5
  * pc: add materials 1.18
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.106.0",
3
+ "version": "2.107.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",