Skip to content

Commit d72d788

Browse files
style: Change the Cataclysmic Map button's properties
1 parent 554f8a4 commit d72d788

File tree

1 file changed

+4
-3
lines changed
  • src/main/kotlin/gg/skytils/skytilsmod/core

1 file changed

+4
-3
lines changed

src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,10 @@ object Config : Vigilant(
244244
var croesusHideOpened = false
245245

246246
@Property(
247-
type = PropertyType.BUTTON, name = "Dungeon Map (CataclysmicMap)",
248-
description = "Displays the dungeon map on your screen.",
249-
category = "Dungeons", subcategory = "Miscellaneous"
247+
type = PropertyType.BUTTON, name = "Cataclysmic Map",
248+
description = "Click to configure the dungeon map settings.",
249+
category = "Dungeons", subcategory = "Miscellaneous",
250+
searchTags = ["Highlight Box Wither Doors"]
250251
)
251252
fun openCataclysmicMapConfig() {
252253
Skytils.displayScreen = CataclysmicMapConfig.gui()

0 commit comments

Comments
 (0)