From baf3b8aa15cbd2dc0fcb4a80707557c44ee30c16 Mon Sep 17 00:00:00 2001 From: ThatGravyBoat Date: Sat, 17 Jul 2021 03:56:58 +0000 Subject: Prettified Code! --- .../com/thatgravyboat/skyblockhud/config/SBHConfig.java | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java') diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java index 27236f4..5a6acfc 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java @@ -301,21 +301,7 @@ public class SBHConfig extends Config { @Expose @ConfigOption(name = "Map Locations", desc = "Remove a location from this list if you would like the map to not show up in that location. This is so you can use other mods maps.") - @ConfigEditorDraggableList(exampleText = { - "HUB", - "BARN", - "MUSHROOMDESERT", - "GOLDMINE (No Map Yet)", - "DEEPCAVERNS (No Map Yet)", - "SPIDERSDEN", - "PARK", - "FORTRESS", - "DUNGEONHUB (No Map Yet)", - "JERRY (No Map Yet)", - "THEEND (No Map Yet)", - "DWARVENMINES", - "CRYSTALHOLLOWS (No Map Yet)" - }) + @ConfigEditorDraggableList(exampleText = { "HUB", "BARN", "MUSHROOMDESERT", "GOLDMINE (No Map Yet)", "DEEPCAVERNS (No Map Yet)", "SPIDERSDEN", "PARK", "FORTRESS", "DUNGEONHUB (No Map Yet)", "JERRY (No Map Yet)", "THEEND (No Map Yet)", "DWARVENMINES", "CRYSTALHOLLOWS (No Map Yet)" }) public List mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 7, 11)); @Expose -- cgit