minecraft-data 3.58.0 → 3.59.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.59.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.58.0
4
8
 
5
9
  * update `minecraft-data`
@@ -301,7 +301,7 @@
301
301
  "displayName": "Breeze",
302
302
  "width": 0.6,
303
303
  "height": 1.7,
304
- "type": "player",
304
+ "type": "hostile",
305
305
  "category": "Hostile mobs",
306
306
  "metadataKeys": [
307
307
  "shared_flags",
@@ -3157,7 +3157,7 @@
3157
3157
  "displayName": "Wind Charge",
3158
3158
  "width": 0.3125,
3159
3159
  "height": 0.3125,
3160
- "type": "player",
3160
+ "type": "projectile",
3161
3161
  "category": "Projectiles",
3162
3162
  "metadataKeys": [
3163
3163
  "shared_flags",
@@ -3524,4 +3524,4 @@
3524
3524
  "biting"
3525
3525
  ]
3526
3526
  }
3527
- ]
3527
+ ]
@@ -1,3 +1,6 @@
1
+ ## 3.59.0
2
+ * [Fix breeze and wind charge being type player. (#826)](https://github.com/PrismarineJS/minecraft-data/commit/1792f0d8035aa275702b6080d4176ca14a3f578a) (thanks @wgaylord)
3
+
1
4
  ## 3.58.0
2
5
  * [Update flying-squid PC features (#823)](https://github.com/PrismarineJS/minecraft-data/commit/344619e053614d6ab5c97bf6477c99699ad57a46) (thanks @Pandapip1)
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.58.0",
3
+ "version": "3.59.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",