aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-14 14:10:10 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-14 14:10:10 +0200
commit1a564a4486f2acd710435ab7f80b77e3fb2fed80 (patch)
treeaf28ca6836b01d16a6bdd3698caaaa3adc0b1c7d /src/main/java/at
parent2bf80f31726a52d772db134c653bce679d3f9bde (diff)
downloadSkyHanni-1a564a4486f2acd710435ab7f80b77e3fb2fed80.tar.gz
SkyHanni-1a564a4486f2acd710435ab7f80b77e3fb2fed80.tar.bz2
SkyHanni-1a564a4486f2acd710435ab7f80b77e3fb2fed80.zip
Renamed stuff
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/About.java12
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java2
2 files changed, 7 insertions, 7 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/About.java b/src/main/java/at/hannibal2/skyhanni/config/features/About.java
index 75d554de3..cf7ec6b92 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/About.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/About.java
@@ -54,23 +54,23 @@ public class About {
public static class Licenses {
@ConfigOption(name = "MoulConfig", desc = "MoulConfig is available under the LGPL 3.0 License or later version")
- @ConfigEditorButton(buttonText = "GitHub")
+ @ConfigEditorButton(buttonText = "Source")
public Runnable moulConfig = () -> Utils.openUrl("https://github.com/NotEnoughUpdates/MoulConfig");
@ConfigOption(name = "NotEnoughUpdates", desc = "NotEnoughUpdates is available under the LGPL 3.0 License or later version")
- @ConfigEditorButton(buttonText = "GitHub")
+ @ConfigEditorButton(buttonText = "Source")
public Runnable notEnoughUpdates = () -> Utils.openUrl("https://github.com/NotEnoughUpdates/NotEnoughUpdates");
@ConfigOption(name = "Forge", desc = "Forge is available under the LGPL 3.0 license")
- @ConfigEditorButton(buttonText = "GitHub")
+ @ConfigEditorButton(buttonText = "Source")
public Runnable forge = () -> Utils.openUrl("https://github.com/MinecraftForge/MinecraftForge");
@ConfigOption(name = "LibAutoUpdate", desc = "LibAutoUpdate is available under the BSD 2 Clause License")
- @ConfigEditorButton(buttonText = "Git")
+ @ConfigEditorButton(buttonText = "Source")
public Runnable libAutoUpdate = () -> Utils.openUrl("https://git.nea.moe/nea/libautoupdate/");
- @ConfigOption(name = "Mixin", desc = "LibAutoUpdate is available under the MIT License")
- @ConfigEditorButton(buttonText = "GitHub")
+ @ConfigOption(name = "Mixin", desc = "Mixin is available under the MIT License")
+ @ConfigEditorButton(buttonText = "Source")
public Runnable mixin = () -> Utils.openUrl("https://github.com/SpongePowered/Mixin/");
}
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
index 5ee9d5e58..c051bf0dc 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
@@ -20,7 +20,7 @@ public class Mobs {
public boolean areaBossHighlight = true;
@Expose
- @ConfigOption(name = "Arachne Keeper", desc = "Highlight corrupted mobs in purple color.")
+ @ConfigOption(name = "Arachne Keeper", desc = "Highlight the Arachne Keeper in the Spider's Den in purple color.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean arachneKeeperHighlight = true;