diff options
author | RayDeeUx <RayDeeUx@users.noreply.github.com> | 2022-07-02 13:49:40 +0000 |
---|---|---|
committer | GitHub Action <actions@github.com> | 2022-07-02 13:49:40 +0000 |
commit | c5145a064cec8631d5973e9c650c9689013c0712 (patch) | |
tree | 3e59eddf850a0852fb45ecd9d15e20dc9618a7f9 /src | |
parent | 30800c30e9cbc531935016175a8e4c233ec16b08 (diff) | |
download | SkyblockHud-Death-Defied-c5145a064cec8631d5973e9c650c9689013c0712.tar.gz SkyblockHud-Death-Defied-c5145a064cec8631d5973e9c650c9689013c0712.tar.bz2 SkyblockHud-Death-Defied-c5145a064cec8631d5973e9c650c9689013c0712.zip |
Prettified Code!
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java index 9c92e44..8944e0f 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java @@ -316,7 +316,7 @@ public class SBHConfig extends Config { @Expose @ConfigOption(name = "Map Locations", desc = "Drag and drop a location from this list into the trash can if you would like to disable SBH's map for that location, and use maps from other mods.") - @ConfigEditorDraggableList(exampleText = { "Hub", "The Barn", "Mushroom Desert", "Gold Mine", "Deep Caverns (No Map Yet)", "Spider's Den", "The Park", "Crimson Isles", "Dungeon Hub", "Jerry's Workshop (WIP)", "The End", "Dwarven Mines", "Crystal Hollows"}) + @ConfigEditorDraggableList(exampleText = { "Hub", "The Barn", "Mushroom Desert", "Gold Mine", "Deep Caverns (No Map Yet)", "Spider's Den", "The Park", "Crimson Isles", "Dungeon Hub", "Jerry's Workshop (WIP)", "The End", "Dwarven Mines", "Crystal Hollows" }) public List<Integer> mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12)); @Expose |