aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-05-11 22:44:59 +1000
committerGitHub <noreply@github.com>2024-05-11 14:44:59 +0200
commit07d02cc3baf41689538ec0207a660f1aa95444e1 (patch)
treebaa7230438ad12f80b10f8282b23d2d3450088ad /src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
parent4776b0d16e58ec81e3e38dd1208a78f2d2a65106 (diff)
downloadnotenoughupdates-07d02cc3baf41689538ec0207a660f1aa95444e1.tar.gz
notenoughupdates-07d02cc3baf41689538ec0207a660f1aa95444e1.tar.bz2
notenoughupdates-07d02cc3baf41689538ec0207a660f1aa95444e1.zip
Add chocolate factory stats page to pv (#1157)
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 59084548..a9cfb09b 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
@@ -85,6 +85,7 @@ public class Constants {
public static JsonObject MUSEUM;
public static JsonObject BESTIARY;
public static JsonObject SACKS;
+ public static JsonObject HOPPITY;
private static final ReentrantLock lock = new ReentrantLock();
@@ -113,6 +114,7 @@ public class Constants {
MUSEUM = Utils.getConstant("museum", gson);
BESTIARY = Utils.getConstant("bestiary", gson);
SACKS = Utils.getConstant("sacks", gson);
+ HOPPITY = Utils.getConstant("hoppity", gson);
parseEssenceCosts();
} catch (Exception ex) {