diff options
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java index de65f3e9..38aefcaf 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Mining.java @@ -240,6 +240,27 @@ public class Mining { @Expose @ConfigOption( + name = "Sky Mall Location", + desc = "Change when the Sky Mall perk gets shown" + ) + @ConfigEditorDropdown( + values = {"Dwarven Mines+Crystal Hollows", "Everywhere except dungeons", "Everywhere"} + ) + @ConfigAccordionId(id = 2) + public int skyMallDisplayEnabledLocations = 0; + + @Expose + @ConfigOption( + name = "Sky Mall Tab", + desc = "Only show the Sky Mall perk when tab list is open\n" + + "§cThis only works outside of Dwarven Caves!" + ) + @ConfigEditorBoolean + @ConfigAccordionId(id = 2) + public boolean skyMallDisplayOnlyShowTab = false; + + @Expose + @ConfigOption( name = "Commission Task Tips", desc = "Show tips to help complete commission tasks" ) |
