Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Nov 11, 2024
1 parent abcaf27 commit 2317d8a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ default boolean showMagicTravel()

@ConfigItem(
keyName = "showPortalNexus",
name = "Show Portal nexus",
name = "Show portal nexus",
description = "Configures whether or not the Portal Nexus is displayed"
)
default boolean showPortalNexus()
Expand All @@ -143,7 +143,7 @@ default boolean showPortalNexus()

@ConfigItem(
keyName = "showDigsitePendant",
name = "Show Digsite pendant",
name = "Show digsite pendant",
description = "Configures whether or not the Digsite Pendant is displayed"
)
default boolean showDigsitePendant()
Expand All @@ -163,7 +163,7 @@ default boolean showXericsTalisman()

@ConfigItem(
keyName = "showMythicalCape",
name = "Show Mythical cape",
name = "Show mythical cape",
description = "Configures whether or not the Mythical Cape is displayed"
)
default boolean showMythicalCape()
Expand Down

0 comments on commit 2317d8a

Please sign in to comment.