diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-07-02 09:49:11 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-07-02 09:49:11 -0400 |
commit | 30800c30e9cbc531935016175a8e4c233ec16b08 (patch) | |
tree | 1ab9eb87d20b25b3cca5f12ea8b9c534f3305808 | |
parent | 50331cf594295fea769b49f5b8a5dc1acf0cd159 (diff) | |
download | SkyblockHud-Death-Defied-30800c30e9cbc531935016175a8e4c233ec16b08.tar.gz SkyblockHud-Death-Defied-30800c30e9cbc531935016175a8e4c233ec16b08.tar.bz2 SkyblockHud-Death-Defied-30800c30e9cbc531935016175a8e4c233ec16b08.zip |
renaming a few things
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java index c4f906a..9c92e44 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java @@ -315,9 +315,9 @@ public class SBHConfig extends Config { public boolean showMiniMap = false; @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", "DEEPCAVERNS (No Map Yet)", "SPIDERSDEN", "PARK", "CRIMSON", "DUNGEONHUB", "JERRY", "THEEND", "DWARVENMINES", "CRYSTALHOLLOWS" }) - public List<Integer> mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11)); + @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"}) + public List<Integer> mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12)); @Expose @ConfigOption(name = "Mini-Map Position", desc = "Allows you to change the position of the Mini-Map.") |