diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-01-30 14:21:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 14:21:24 +0100 |
| commit | 593b2c8c1078d0bf40d08d3f100afb8f947da422 (patch) | |
| tree | 3e962bac468771c500983afea2357a0029a10666 /src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java | |
| parent | 3a21023cdaf23f51ad27e0ec769adc47c8d3e44d (diff) | |
| download | notenoughupdates-593b2c8c1078d0bf40d08d3f100afb8f947da422.tar.gz notenoughupdates-593b2c8c1078d0bf40d08d3f100afb8f947da422.tar.bz2 notenoughupdates-593b2c8c1078d0bf40d08d3f100afb8f947da422.zip | |
Added patreon back and made so settings look better (#72)
* Added patreon back
* Make settings look better
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java | 3 |
1 files changed, 2 insertions, 1 deletions
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 fad58b17..60fd7f13 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java @@ -24,9 +24,10 @@ 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 TWITCH = new ResourceLocation("notenoughupdates:social/twitch.png"); + public static final ResourceLocation PATREON = new ResourceLocation("notenoughupdates:social/patreon.png"); public static final ResourceLocation TWITTER = new ResourceLocation("notenoughupdates:social/twitter.png"); public static final ResourceLocation YOUTUBE = new ResourceLocation("notenoughupdates:social/youtube.png"); + public static final ResourceLocation TWITCH = new ResourceLocation("notenoughupdates:social/twitch.png"); public static final ResourceLocation item_mask = new ResourceLocation("notenoughupdates:item_mask.png"); public static final ResourceLocation item_haschild = new ResourceLocation("notenoughupdates:item_haschild.png"); |
