aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-23 15:16:29 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-23 15:16:29 -0400
commit1720abf26bfb9d42a242f9b7d273997c1497d845 (patch)
treefe35a0558d80da4e56c470e8acaa39e6a3196f3a /src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
parent8fb547095b567bf010d4decfdb4491215257f79c (diff)
downloadnotenoughupdates-1720abf26bfb9d42a242f9b7d273997c1497d845.tar.gz
notenoughupdates-1720abf26bfb9d42a242f9b7d273997c1497d845.tar.bz2
notenoughupdates-1720abf26bfb9d42a242f9b7d273997c1497d845.zip
chore: add ironmoon easter egg and update ironmoon cape
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
index ffee4c2b..bf85a6a6 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
@@ -1277,6 +1277,10 @@ public class NEUOverlay extends Gui {
case "who made this mod":
searchedItems.add(CustomItems.CREDITS);
break;
+ case "ironmoon":
+ case "ironm00n":
+ searchedItems.add(CustomItems.IRONM00N);
+ break;
}
this.searchedItems = searchedItems;