aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
diff options
context:
space:
mode:
authorThatGravyBoat <ThatGravyBoat@users.noreply.github.com>2021-07-15 04:07:36 +0000
committerGitHub Action <actions@github.com>2021-07-15 04:07:36 +0000
commit4e4058da31c3575b69c69d2d7bb3c9af29e248dc (patch)
treed46d48754f080386e23bb86e884580fed0f555f3 /src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
parent718740e85f48b57bf712a62f811cd4d34dd98450 (diff)
downloadskyblockhud-4e4058da31c3575b69c69d2d7bb3c9af29e248dc.tar.gz
skyblockhud-4e4058da31c3575b69c69d2d7bb3c9af29e248dc.tar.bz2
skyblockhud-4e4058da31c3575b69c69d2d7bb3c9af29e248dc.zip
Prettified Code!
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java')
-rw-r--r--src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
index 9b42192..04d4a8c 100644
--- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
+++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java
@@ -96,13 +96,8 @@ public class SBHConfig extends Config {
public boolean hideScoreboard = false;
@Expose
- @ConfigOption(
- name = "Bar Textures",
- desc = "Change the style of bars. Dont change this unless the pack ur using tells you can."
- )
- @ConfigEditorDropdown(
- values = {"Style 1", "Style 2"}
- )
+ @ConfigOption(name = "Bar Textures", desc = "Change the style of bars. Dont change this unless the pack ur using tells you can.")
+ @ConfigEditorDropdown(values = { "Style 1", "Style 2" })
public int barTexture = 0;
}