diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java | 4 | ||||
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java | 2 | ||||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/social/patreon.png | bin | 3696 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/social/twitch.png | bin | 0 -> 828 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java index f4702761..67e61114 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java @@ -41,14 +41,14 @@ public class NEUConfigEditor extends GuiElement { GITHUB, TWITTER, YOUTUBE, - PATREON + TWITCH }; private static final String[] socialsLink = new String[]{ "https://discord.gg/moulberry", "https://github.com/Moulberry/NotEnoughUpdates", "https://twitter.com/moulberry/", "https://www.youtube.com/channel/UCPh-OKmRSS3IQi9p6YppLcw", - "https://patreon.com/moulberry" + "https://www.twitch.tv/moulberry2" }; private static final ResourceLocation SEARCH_ICON = new ResourceLocation("notenoughupdates:core/search.png"); diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java index 8b9376f4..327637b8 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java @@ -25,7 +25,7 @@ public class GuiTextures { public static final ResourceLocation DISCORD = new ResourceLocation("notenoughupdates:social/discord.png"); public static final ResourceLocation GITHUB = new ResourceLocation("notenoughupdates:social/github.png"); - public static final ResourceLocation PATREON = new ResourceLocation("notenoughupdates:social/patreon.png"); + public static final ResourceLocation TWITCH = new ResourceLocation("notenoughupdates:social/twitch.png"); public static final ResourceLocation TWITTER = new ResourceLocation("notenoughupdates:social/twitter.png"); public static final ResourceLocation YOUTUBE = new ResourceLocation("notenoughupdates:social/youtube.png"); diff --git a/src/main/resources/assets/notenoughupdates/social/patreon.png b/src/main/resources/assets/notenoughupdates/social/patreon.png Binary files differdeleted file mode 100644 index 00a169de..00000000 --- a/src/main/resources/assets/notenoughupdates/social/patreon.png +++ /dev/null diff --git a/src/main/resources/assets/notenoughupdates/social/twitch.png b/src/main/resources/assets/notenoughupdates/social/twitch.png Binary files differnew file mode 100644 index 00000000..77a775d2 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/social/twitch.png |