We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554f8a4 commit d72d788Copy full SHA for d72d788
src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt
@@ -244,9 +244,10 @@ object Config : Vigilant(
244
var croesusHideOpened = false
245
246
@Property(
247
- type = PropertyType.BUTTON, name = "Dungeon Map (CataclysmicMap)",
248
- description = "Displays the dungeon map on your screen.",
249
- category = "Dungeons", subcategory = "Miscellaneous"
+ type = PropertyType.BUTTON, name = "Cataclysmic Map",
+ description = "Click to configure the dungeon map settings.",
+ category = "Dungeons", subcategory = "Miscellaneous",
250
+ searchTags = ["Highlight Box Wither Doors"]
251
)
252
fun openCataclysmicMapConfig() {
253
Skytils.displayScreen = CataclysmicMapConfig.gui()
0 commit comments