diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-07-06 09:35:23 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-07-06 09:35:23 -0400 |
commit | 3d238ac0d1805d790dd316fd8cb3a49efc90341e (patch) | |
tree | e5a76cdb88538b37ed069b8e4e66182863e9711c | |
parent | 69a4196a7a3c7a63d9b4aeecedf555baead3b9a8 (diff) | |
parent | c5145a064cec8631d5973e9c650c9689013c0712 (diff) | |
download | SkyblockHud-Death-Defied-3d238ac0d1805d790dd316fd8cb3a49efc90341e.tar.gz SkyblockHud-Death-Defied-3d238ac0d1805d790dd316fd8cb3a49efc90341e.tar.bz2 SkyblockHud-Death-Defied-3d238ac0d1805d790dd316fd8cb3a49efc90341e.zip |
Merge branch 'master' of https://github.com/RayDeeUx/SkyblockHud-Reborn
-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 |