We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63df23 commit 749670cCopy full SHA for 749670c
index.js
@@ -21,7 +21,7 @@ const GAME_XP = {
21
sky: [150, 52],
22
build: [100],
23
ground: [150],
24
- drop: [150],
+ drop: [150, 22],
25
ctf: [150]
26
};
27
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hive-tools-wrapper",
3
- "version": "2.0.9",
+ "version": "2.1.0",
4
"description": "Advanced Hive Bedrock API wrapper with caching.",
5
"main": "./index.js",
6
"dependencies": {
0 commit comments