aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java
diff options
context:
space:
mode:
authorDoKM <mcazzyman@gmail.com>2021-08-31 15:47:31 +0200
committerDoKM <mcazzyman@gmail.com>2021-08-31 15:47:31 +0200
commit7dfb4153a98f903c5779f56df0c00774cf1dccd6 (patch)
treefa88345b956b386fe76000bd5cbbaadfa0876b3a /src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java
parent7c350bdf3ea51573b5fc3442bf6b350d57900ec6 (diff)
downloadnotenoughupdates-7dfb4153a98f903c5779f56df0c00774cf1dccd6.tar.gz
notenoughupdates-7dfb4153a98f903c5779f56df0c00774cf1dccd6.tar.bz2
notenoughupdates-7dfb4153a98f903c5779f56df0c00774cf1dccd6.zip
Clean up some duplicate values etc.
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java
index 7f1c20d3..b796fbe3 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Utils.java
@@ -470,7 +470,7 @@ public class Utils {
}
public static String[] rarityArr = new String[] {
- "COMMON", "UNCOMMON", "RARE", "EPIC", "LEGENDARY", "MYTHIC", "SPECIAL", "VERY SPECIAL",
+ "COMMON", "UNCOMMON", "RARE", "EPIC", "LEGENDARY", "MYTHIC", "SPECIAL", "VERY SPECIAL", "SUPREME"
};
public static String getRarityFromInt(int rarity){