diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-06-28 13:52:58 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-06-28 13:52:58 -0400 |
commit | 6f7bfaa9577db925714944c8bbe611a5883f6ddf (patch) | |
tree | aaa704002ca0ebbea3696007ebba0b39675a92e4 /src/main/java/com/thatgravyboat/skyblockhud/config | |
parent | b0d3935a1fb045066e3f73c48942e720f9fcbaf5 (diff) | |
download | SkyblockHud-Death-Defied-6f7bfaa9577db925714944c8bbe611a5883f6ddf.tar.gz SkyblockHud-Death-Defied-6f7bfaa9577db925714944c8bbe611a5883f6ddf.tar.bz2 SkyblockHud-Death-Defied-6f7bfaa9577db925714944c8bbe611a5883f6ddf.zip |
dungeons hub map + 1px margins
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud/config')
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java index 8818127..7348b57 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java @@ -316,8 +316,8 @@ 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", "CRIMSON", "DUNGEONHUB (No Map Yet)", "JERRY (No Map Yet)", "THEEND", "DWARVENMINES", "CRYSTALHOLLOWS" }) - public List<Integer> mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 7, 10, 11)); + @ConfigEditorDraggableList(exampleText = { "HUB", "BARN", "MUSHROOMDESERT", "GOLDMINE (No Map Yet)", "DEEPCAVERNS (No Map Yet)", "SPIDERSDEN", "PARK", "CRIMSON", "DUNGEONHUB", "JERRY (No Map Yet)", "THEEND", "DWARVENMINES", "CRYSTALHOLLOWS" }) + public List<Integer> mapLocations = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 7, 8, 10, 11)); @Expose @ConfigOption(name = "Mini-Map Position", desc = "Allows you to change the position of the Mini-Map.") |