Skip to content

Commit

Permalink
Update Config.kt
Browse files Browse the repository at this point in the history
spelling & translation

Signed-off-by: songreaver  <[email protected]>
  • Loading branch information
Kemmisch authored Nov 3, 2024
1 parent 10e1971 commit 7f4d6a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/kotlin/gg/skytils/skytilsmod/core/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1993,11 +1993,14 @@ object Config : Vigilant(

@Property(
type = PropertyType.DECIMAL_SLIDER, name = "Crystal Hollows map player arrow scale",
description = "Scale the arro indicating the arrorw on the crystal hollows map",
description = "Scale the arrow indicating the player on the crystal hollows map",
category = "Mining", subcategory = "Crystal Hollows",
minF = 0.5f, maxF = 10f, decimalPlaces = 1
minF = 0.5f, maxF = 10f, decimalPlaces = 2,
i18nName = "skytils.config.mining.crystal_hollows.player_arrow_scaling",
i18nCategory = "skytils.config.mining",
i18nSubcategory = "skytils.config.mining.crystal_hollows"
)
var crystalHollowsMapPlayerScale = 1.5F
var crystalHollowsMapPlayerScale = 2.25F

@Property(
type = PropertyType.SWITCH, name = "Crystal Hollows waypoints",
Expand Down

0 comments on commit 7f4d6a4

Please sign in to comment.