aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java14
2 files changed, 8 insertions, 8 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 3e7bf6e43..29e1ce9b0 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -117,7 +117,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.19.Beta.11",
+ version = "0.19.Beta.12",
)
class SkyHanniMod {
@Mod.EventHandler
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
index 8efb78da5..9bc300e98 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
@@ -130,12 +130,12 @@ public class SlayerConfig {
public boolean steakAlert = true;
@Expose
- @ConfigOption(name = "Twinclaws title", desc = "Send a title when Twinclaws is about to happen.\nWork on others highlighted people boss.")
+ @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.\nWork on others highlighted people boss.")
@ConfigEditorBoolean
public boolean twinClawsTitle = true;
@Expose
- @ConfigOption(name = "Twinclaws sound", desc = "Play a sound when Twinclaws is about to happen.")
+ @ConfigOption(name = "Twinclaws Sound", desc = "Play a sound when Twinclaws is about to happen.")
@ConfigEditorBoolean
public boolean twinClawsSound = true;
}
@@ -163,12 +163,12 @@ public class SlayerConfig {
public boolean steakAlert = true;
@Expose
- @ConfigOption(name = "Twinclaws title", desc = "Send a title when Twinclaws is about to happen.")
+ @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.")
@ConfigEditorBoolean
public boolean twinClawsTitle = true;
@Expose
- @ConfigOption(name = "Twinclaws sound", desc = "Play a sound when Twinclaws is about to happen.")
+ @ConfigOption(name = "Twinclaws Sound", desc = "Play a sound when Twinclaws is about to happen.")
@ConfigEditorBoolean
public boolean twinClawsSound = true;
}
@@ -200,12 +200,12 @@ public class SlayerConfig {
public boolean steakAlert = true;
@Expose
- @ConfigOption(name = "Twinclaws title", desc = "Send a title when Twinclaws is about to happen.")
+ @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.")
@ConfigEditorBoolean
public boolean twinClawsTitle = true;
@Expose
- @ConfigOption(name = "Twinclaws sound", desc = "Play a sound when Twinclaws is about to happen.")
+ @ConfigOption(name = "Twinclaws Sound", desc = "Play a sound when Twinclaws is about to happen.")
@ConfigEditorBoolean
public boolean twinClawsSound = true;
}
@@ -231,7 +231,7 @@ public class SlayerConfig {
public String steakColor = "0:255:255:0:88";
@Expose
- @ConfigOption(name = "Twinclaws", desc = "Delay the sound and title of twinclaws alert for a given amount in milliseconds.")
+ @ConfigOption(name = "Twinclaws", desc = "Delay the sound and title of Twinclaws alert for a given amount in milliseconds.")
@ConfigEditorSlider(minStep = 1, minValue = 0, maxValue = 1000)
public int twinclawsDelay = 0;