From b0b17ca60ce4296b247079152c3899a167fcf59e Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 30 Sep 2023 10:26:04 +0200 Subject: Fixed wrong visitor drop statistics order. --- src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 6d73bd6af..7a06a1a2c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -303,10 +303,10 @@ public class GardenConfig { "§b1 §9Dedication IV", "§b6 §9Music Rune", "§b1 §cSpace Helmet", - " ", // If they want another empty row - "§212,735 Garden EXP", "§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", -- cgit