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>2023-07-18 20:27:40 +1000
committerGitHub <noreply@github.com>2023-07-18 20:27:40 +1000
commit6c53c772c7f96da1775acf9314be10cc7df53f5b (patch)
tree07a29dd88da6337d41fa53cb46c73a6dc83bafe5 /src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
parentd3302012f6907a9a9ba5e175644c349443b36eab (diff)
downloadnotenoughupdates-6c53c772c7f96da1775acf9314be10cc7df53f5b.tar.gz
notenoughupdates-6c53c772c7f96da1775acf9314be10cc7df53f5b.tar.bz2
notenoughupdates-6c53c772c7f96da1775acf9314be10cc7df53f5b.zip
Museum page (#773)
Co-authored-by: nopo <nopotheemail@gmail.com>
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 6819ccc4..5f1cc247 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
@@ -82,6 +82,7 @@ public class Constants {
public static JsonObject ABIPHONE;
public static JsonObject ESSENCESHOPS;
public static JsonObject SBLEVELS;
+ public static JsonObject MUSEUM;
private static final ReentrantLock lock = new ReentrantLock();
@@ -107,6 +108,7 @@ public class Constants {
ABIPHONE = Utils.getConstant("abiphone", gson);
ESSENCESHOPS = Utils.getConstant("essenceshops", gson);
SBLEVELS = Utils.getConstant("sblevels", gson);
+ MUSEUM = Utils.getConstant("museum", gson);
parseEssenceCosts();
} catch (Exception ex) {