minecraft-data 3.15.2 → 3.15.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,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.15.3
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.15.2
4
8
 
5
9
  * Fix entities by id
@@ -2948,10 +2948,7 @@
2948
2948
  },
2949
2949
  {
2950
2950
  "name": "inputItem2",
2951
- "type": [
2952
- "option",
2953
- "slot"
2954
- ]
2951
+ "type": "slot"
2955
2952
  },
2956
2953
  {
2957
2954
  "name": "tradeDisabled",
@@ -1,3 +1,6 @@
1
+ ## 3.15.3
2
+ * Fix pc1.19 villager trade packet (#641)
3
+
1
4
  ## 3.15.1
2
5
  * Fix pc1.19 entity spawn packet (#639)
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.15.2",
3
+ "version": "3.15.3",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",