prismarine-entity 2.1.0 → 2.1.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -128,6 +128,10 @@ returns a `prismarine-item` Item object for the dropped item, if this is a dropp
128
128
 
129
129
  ## History
130
130
 
131
+ ### 2.1.1
132
+
133
+ * Update mcdata
134
+
131
135
  ### 2.1.0
132
136
 
133
137
  * Adds Entity#getDroppedItem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prismarine-entity",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Represent a minecraft entity",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "url": "https://github.com/PrismarineJS/prismarine-entity.git"
14
14
  },
15
15
  "dependencies": {
16
- "minecraft-data": "^2.114.1",
16
+ "minecraft-data": "^3.0.0",
17
17
  "prismarine-chat": "^1.4.1",
18
18
  "prismarine-item": "^1.11.2",
19
19
  "vec3": "^0.1.4"