From 0e981c3cc50bfae6dd6cf4bab0cc7e983f6a2743 Mon Sep 17 00:00:00 2001 From: Obsidian <108832807+Obsidianninja11@users.noreply.github.com> Date: Sun, 22 Oct 2023 07:41:17 -0800 Subject: Fixed green bandana and music rune previews in visitor drop statistics (#610) Fixed visitor drop statistics preview #610 --- .../at/hannibal2/skyhanni/config/features/GardenConfig.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 8d8d18668..4e70150c0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -278,17 +278,17 @@ public class GardenConfig { "§647.2m Coins Spent", "§b23 §9Flowering Bouquet", "§b4 §9Overgrown Grass", - "§b2 §9Green Bandana", + "§b2 §5Green Bandana", "§b1 §9Dedication IV", - "§b6 §9Music Rune", + "§b6 §b◆ Music Rune I", "§b1 §cSpace Helmet", "§b1 §9Cultivating I", "§b1 §9Replenish I", " ", // If they want another empty row - "§212,735 Garden EXP", - "§b11,056 Bits", - "§250,556 Mithril Powder", - "§d50,556 Gemstone Powder", + "§212,600 Garden EXP", + "§b4.2k Bits", + "§220k Mithril Powder", + "§d18k Gemstone Powder", } ) public List textFormat = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12)); -- cgit