aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
diff options
context:
space:
mode:
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 {