diff options
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java b/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java index cf508a33..2cccce72 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/ItemResolutionQuery.java @@ -110,6 +110,7 @@ public class ItemResolutionQuery { resolvedName = resolvePetName(); break; case "RUNE": + case "UNIQUE_RUNE": resolvedName = resolveRuneName(); break; case "ENCHANTED_BOOK": |