aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRayDeeUx <raydeeux@gmail.com>2022-08-20 11:55:05 -0400
committerRayDeeUx <raydeeux@gmail.com>2022-08-20 11:55:05 -0400
commit1baa79b50351ccf50c05e206f79fc18a48302ab6 (patch)
treeba2b9e3977f3620c51c3c84ce70cc32915bbb365
parent63972654eef2560bc28053bf66f5a8e8803488bb (diff)
downloadSkyblockHud-Death-Defied-1baa79b50351ccf50c05e206f79fc18a48302ab6.tar.gz
SkyblockHud-Death-Defied-1baa79b50351ccf50c05e206f79fc18a48302ab6.tar.bz2
SkyblockHud-Death-Defied-1baa79b50351ccf50c05e206f79fc18a48302ab6.zip
1.14.4 + credit where credit is due
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java6
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 3de5a2d..49b1d4e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
}
-version = "1.14.3"
+version = "1.14.4"
group = "com.thatgravyboat.skyblockhud"
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java
index 1130370..f94c97a 100644
--- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java
+++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfigEditor.java
@@ -30,8 +30,8 @@ import org.lwjgl.opengl.GL11;
public class SBHConfigEditor extends GuiElement {
- private static final ResourceLocation[] socialsIco = new ResourceLocation[] { DISCORD, TWITTER };
- private static final String[] socialsLink = new String[] { "https://discord.gg/moulberry", "https://twitter.com/thatgravyboat/" };
+ private static final ResourceLocation[] socialsIco = new ResourceLocation[] { DISCORD, DISCORD, TWITTER };
+ private static final String[] socialsLink = new String[] { "https://inv.wtf/skyclient", "https://discord.gg/moulberry", "https://twitter.com/thatgravyboat/" };
private final long openedMillis;
@@ -146,7 +146,7 @@ public class SBHConfigEditor extends GuiElement {
RenderUtils.drawFloatingRectDark(x + 5, y + 5, xSize - 10, 20, false);
FontRenderer fr = Minecraft.getMinecraft().fontRendererObj;
- TextRenderUtils.drawStringCenteredScaledMaxWidth("SkyBlockHud by " + EnumChatFormatting.RED + "ThatGravyBoat" + EnumChatFormatting.RESET + ", config by " + EnumChatFormatting.DARK_PURPLE + "Moulberry", fr, x + xSize / 2f, y + 15, false, 200, 0xa0a0a0);
+ TextRenderUtils.drawStringCenteredScaledMaxWidth("SkyBlockHud v1.14.4 by " + EnumChatFormatting.RED + "ThatGravyBoat" + EnumChatFormatting.RESET + ", config by " + EnumChatFormatting.DARK_PURPLE + "Moulberry" + EnumChatFormatting.RESET + ", maintained by " + EnumChatFormatting.AQUA + "Erymanthus", fr, x + xSize / 2f, y + 15, false, 200, 0xa0a0a0);
RenderUtils.drawFloatingRectDark(x + 4, y + 49 - 20, 140, ySize - 54 + 20, false);