aboutsummaryrefslogtreecommitdiff
path: root/features/hud/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-19 21:36:33 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-19 21:36:33 +0800
commit55776850ead3263aa8ea7f12fd26cf373c0b5c06 (patch)
treeca1faf560f40b5a5f7985d8accdadcd746b02c93 /features/hud/index.js
parent2ae4a9e1d2439a1590ab3b3f030fb3e7f4ba1a9a (diff)
downloadSoopyV2-55776850ead3263aa8ea7f12fd26cf373c0b5c06.tar.gz
SoopyV2-55776850ead3263aa8ea7f12fd26cf373c0b5c06.tar.bz2
SoopyV2-55776850ead3263aa8ea7f12fd26cf373c0b5c06.zip
+ fix mana bar not showing cus update
+ fix mining progress resetting due to item price data + add carpentary to hud stat
Diffstat (limited to 'features/hud/index.js')
-rw-r--r--features/hud/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/hud/index.js b/features/hud/index.js
index ae1a631..8791cb4 100644
--- a/features/hud/index.js
+++ b/features/hud/index.js
@@ -165,6 +165,7 @@ class Hud extends Feature {
"experience_skill_enchanting": 60,
"experience_skill_mining": 60,
"experience_skill_taming": 50,
+ "experience_skill_carpentry": 50,
};
this.lastSkillLevel = {
@@ -176,6 +177,7 @@ class Hud extends Feature {
"experience_skill_enchanting": undefined,
"experience_skill_mining": undefined,
"experience_skill_taming": undefined,
+ "experience_skill_carpentry": undefined,
}
this.spotifyProcessId = -1