diff options
| author | DoKM <54663875+DoKM@users.noreply.github.com> | 2021-07-25 19:20:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 19:20:10 +0200 |
| commit | 57a5639f6cfaed3dff8473ae7b59d59a89727fda (patch) | |
| tree | a8e4a0c84dc559be1925b230dc719423dd2a5ff1 /src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java | |
| parent | 7b79c6bb2f9b570c9c2c3f424f239c645dfe90d7 (diff) | |
| parent | a7dde6d4582ad1b2474b0f59c1c74dd70b654a98 (diff) | |
| download | notenoughupdates-57a5639f6cfaed3dff8473ae7b59d59a89727fda.tar.gz notenoughupdates-57a5639f6cfaed3dff8473ae7b59d59a89727fda.tar.bz2 notenoughupdates-57a5639f6cfaed3dff8473ae7b59d59a89727fda.zip | |
Merge pull request #12 from IRONM00N/pr
Move PR. to your fork
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java | 9 |
1 files changed, 9 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 dcd8cfb2..c16cb7d0 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/CustomItems.java @@ -3,6 +3,7 @@ package io.github.moulberry.notenoughupdates; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.google.gson.JsonPrimitive; +import io.github.moulberry.notenoughupdates.util.Constants; import net.minecraft.util.EnumChatFormatting; public class CustomItems { @@ -61,6 +62,14 @@ public class CustomItems { "39 legendary phoenix pets", "", "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 |
