diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-13 11:50:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-13 11:50:32 +0100 |
| commit | c37dab7e54654c033bfff63461490bac6c86f6c7 (patch) | |
| tree | be0cb30d3c08d1245e2a9090a7b6051af8f7d12d /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java | |
| parent | 7a086d1d341f6c51a9857af439c3be9221b10fec (diff) | |
| download | notenoughupdates-c37dab7e54654c033bfff63461490bac6c86f6c7.tar.gz notenoughupdates-c37dab7e54654c033bfff63461490bac6c86f6c7.tar.bz2 notenoughupdates-c37dab7e54654c033bfff63461490bac6c86f6c7.zip | |
Changing Patreon to Twitch - bcs moul bad (#24)
* Changing Patreon to Twitch
* Change Icon again
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java | 4 |
1 files changed, 2 insertions, 2 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"); |
