Add , seperatation to currency information

This commit is contained in:
nea
2023-08-31 23:19:30 +02:00
parent ece429c361
commit 36d5ef29e4
6 changed files with 21 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ object PetsPage : ProfilePage {
Text.literal("Magic Find: ").styled { it.withColor(Formatting.AQUA) }
.append(
Text.literal(
FirmFormatters.toString(
FirmFormatters.formatCurrency(
RepoManager.neuRepo.constants.bonuses.getPetRewards(
petScore
)["magic_find"] ?: 0.0F, 1