aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-09-30 19:36:13 -0400
committerGitHub <noreply@github.com>2024-10-01 09:36:13 +1000
commit49d321025d6ecfe67f9c4df49c4ee2a9651b3688 (patch)
treee1515cf12f718c74736b5c3f3ee9296e77524ee4
parente66b753d30512274b747bc7350f18f415a150bf5 (diff)
downloadskyhanni-49d321025d6ecfe67f9c4df49c4ee2a9651b3688.tar.gz
skyhanni-49d321025d6ecfe67f9c4df49c4ee2a9651b3688.tar.bz2
skyhanni-49d321025d6ecfe67f9c4df49c4ee2a9651b3688.zip
Fix a massive bug (#2626)
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FortuneStats.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FortuneStats.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FortuneStats.kt
index b5558b638..7b667afaf 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FortuneStats.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FortuneStats.kt
@@ -23,7 +23,7 @@ enum class FortuneStats(
GEMSTONE("§2Tool gemstone", "§7§2Fortune from gemstones on your tool"),
FFD("§2Farming for Dummies", "§7§2Fortune for each applied book\n§2You get 1☘ per applied book"),
COUNTER("§2Logarithmic Counter", "§7§2Fortune from increasing crop counter\n§2You get 16☘ per digit - 4"),
- COLLECTION("§2Collection Analyst", "§7§2Fortune from increasing crop collection\n§2You get 8☘ per digit - 4"),
+ COLLECTION("§2Collection Analysis", "§7§2Fortune from increasing crop collection\n§2You get 8☘ per digit - 4"),
HARVESTING("§2Harvesting Enchantment", "§7§2Fortune for each enchantment level\n§2You get 12.5☘ per level"),
SUNDER("§2Sunder Enchantment", "§7§2Fortune for each enchantment level\n§2You get 12.5☘ per level"),
CULTIVATING("§2Cultivating Enchantment", "§7§2Fortune for each enchantment level\n§2You get 2☘ per level"),