diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2022-11-20 13:42:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-20 13:42:58 +0100 |
| commit | 3d37cee20ddcf92b47144cb1e3ae25785a5e8bc2 (patch) | |
| tree | 43ffa014196baf4e2c027a37ed54304f8db4827f /src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java | |
| parent | f6fc2742b86333947fe506de1e80093b1f8ad7ad (diff) | |
| download | notenoughupdates-3d37cee20ddcf92b47144cb1e3ae25785a5e8bc2.tar.gz notenoughupdates-3d37cee20ddcf92b47144cb1e3ae25785a5e8bc2.tar.bz2 notenoughupdates-3d37cee20ddcf92b47144cb1e3ae25785a5e8bc2.zip | |
Added Abiphone contact requirements and location. (#411)
* Added Abiphone contact requirements and location.
* Using more repo data and less item lore data
* F3+H support
* merge problems
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.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.java | 2 |
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 5a228dc4..e7674aa9 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java @@ -76,6 +76,7 @@ public class Constants { public static JsonObject TROPHYFISH; public static JsonObject WEIGHT; public static JsonObject RNGSCORE; + public static JsonObject ABIPHONE; private static final ReentrantLock lock = new ReentrantLock(); @@ -98,6 +99,7 @@ public class Constants { TROPHYFISH = Utils.getConstant("trophyfish", gson); WEIGHT = Utils.getConstant("weight", gson); RNGSCORE = Utils.getConstant("rngscore", gson); + ABIPHONE = Utils.getConstant("abiphone", gson); parseEssenceCosts(); } catch (Exception ex) { |
