diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-23 15:16:29 -0400 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-23 15:16:29 -0400 |
| commit | 1720abf26bfb9d42a242f9b7d273997c1497d845 (patch) | |
| tree | fe35a0558d80da4e56c470e8acaa39e6a3196f3a /src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java | |
| parent | 8fb547095b567bf010d4decfdb4491215257f79c (diff) | |
| download | notenoughupdates-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/CustomItems.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java b/src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java index 47b6401d..c16cb7d0 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java @@ -63,6 +63,13 @@ public class CustomItems { "", "get flexed"); public static JsonObject CREDITS = Constants.MISC.getAsJsonObject("credits"); + public static JsonObject IRONM00N = create( + "IRONM00N", + "end_stone", + "IRONM00N", + "Your life has been a lie,", + "the moon is made out of iron." + ); /** * SHAAAAAAAAAAAAAAAAAAME |
