aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
diff options
context:
space:
mode:
authorBuildTools <james.jenour@protonmail.com>2021-01-18 23:59:09 +0800
committerBuildTools <james.jenour@protonmail.com>2021-01-18 23:59:09 +0800
commit3255cfce951367c9303297205f64577ef1eac650 (patch)
treef43ceb889dc96aed62b378bdc4f5fe3fd3fd95ac /src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
parentc9cc530adfb39085fe4b0f9a60e0ca6e4bbb8eb9 (diff)
downloadnotenoughupdates-3255cfce951367c9303297205f64577ef1eac650.tar.gz
notenoughupdates-3255cfce951367c9303297205f64577ef1eac650.tar.bz2
notenoughupdates-3255cfce951367c9303297205f64577ef1eac650.zip
gravy
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.java4
1 files changed, 4 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 d5233bbd..5ef407f3 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
@@ -12,6 +12,8 @@ public class Constants {
public static JsonObject PETNUMS;
public static JsonObject PETS;
public static JsonObject PARENTS;
+ public static JsonObject ESSENCECOSTS;
+ public static JsonObject FAIRYSOULS;
public static void reload() {
BONUSES = Utils.getConstant("bonuses");
@@ -22,6 +24,8 @@ public class Constants {
PETNUMS = Utils.getConstant("petnums");
PETS = Utils.getConstant("pets");
PARENTS = Utils.getConstant("parents");
+ ESSENCECOSTS = Utils.getConstant("essencecosts");
+ FAIRYSOULS = Utils.getConstant("fairy_souls");
}
static {