aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-12-22 07:22:06 +1100
committerGitHub <noreply@github.com>2022-12-21 21:22:06 +0100
commit4a9e1c462e4bc757c00813bab1944d42fc479d0e (patch)
tree5df37ed043cac7fa7791eeec453f11982667b846 /src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
parentc6330fc85211706ee6a3c212bfa50005981e3799 (diff)
downloadnotenoughupdates-4a9e1c462e4bc757c00813bab1944d42fc479d0e.tar.gz
notenoughupdates-4a9e1c462e4bc757c00813bab1944d42fc479d0e.tar.bz2
notenoughupdates-4a9e1c462e4bc757c00813bab1944d42fc479d0e.zip
Added essence shop tooltip to pv (#488)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
index e7674aa9..0105ba1f 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
@@ -77,6 +77,7 @@ public class Constants {
public static JsonObject WEIGHT;
public static JsonObject RNGSCORE;
public static JsonObject ABIPHONE;
+ public static JsonObject ESSENCESHOPS;
private static final ReentrantLock lock = new ReentrantLock();
@@ -100,6 +101,7 @@ public class Constants {
WEIGHT = Utils.getConstant("weight", gson);
RNGSCORE = Utils.getConstant("rngscore", gson);
ABIPHONE = Utils.getConstant("abiphone", gson);
+ ESSENCESHOPS = Utils.getConstant("essenceshops", gson);
parseEssenceCosts();
} catch (Exception ex) {