minecraft-data 3.35.0 → 3.36.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.
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- node-version: [14.x]
12
+ node-version: [18.x]
13
13
  steps:
14
14
  - uses: actions/checkout@v2
15
15
  with:
package/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.36.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.35.0
4
8
 
5
9
  * update `minecraft-data`
package/index.d.ts CHANGED
@@ -449,6 +449,10 @@ declare namespace MinecraftData {
449
449
  * The category of an entity : a semantic category
450
450
  */
451
451
  category?: string;
452
+ /**
453
+ * The pc metadata tags of an entity. (Naming is via mc code, with data_ and id_ prefixes stripped)
454
+ */
455
+ metadataKeys?: string[];
452
456
  }
453
457
 
454
458