aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-24 14:31:06 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-24 14:31:06 +0100
commit50f781c88ddffb98466ba5a5fcca7b770ef2490d (patch)
treeb5997173748743c8b90d4d37001760e2cd71b4ac /src/main/java/at/hannibal2/skyhanni/config/commands
parente1dfa6279fb6b9447df25bfe016ac6029dd7b91f (diff)
downloadskyhanni-50f781c88ddffb98466ba5a5fcca7b770ef2490d.tar.gz
skyhanni-50f781c88ddffb98466ba5a5fcca7b770ef2490d.tar.bz2
skyhanni-50f781c88ddffb98466ba5a5fcca7b770ef2490d.zip
Default disabled and renamed some garden features.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
index a8bf4bb20..da54eb54e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -29,7 +29,7 @@ import at.hannibal2.skyhanni.features.garden.composter.ComposterOverlay
import at.hannibal2.skyhanni.features.garden.farming.ArmorDropTracker
import at.hannibal2.skyhanni.features.garden.farming.CropMoneyDisplay
import at.hannibal2.skyhanni.features.garden.farming.CropSpeedMeter
-import at.hannibal2.skyhanni.features.garden.farming.DicerDropTracker
+import at.hannibal2.skyhanni.features.garden.farming.DicerRngDropTracker
import at.hannibal2.skyhanni.features.garden.farming.FarmingWeightDisplay
import at.hannibal2.skyhanni.features.garden.farming.GardenStartLocation
import at.hannibal2.skyhanni.features.garden.fortuneguide.CaptureFarmingGear
@@ -173,7 +173,7 @@ object Commands {
) { clearFarmingItems() }
registerCommand("shresetghostcounter", "Resets the ghost counter") { GhostUtil.reset() }
registerCommand("shresetpowdertracker", "Resets the Powder Tracker") { PowderTracker.resetCommand(it) }
- registerCommand("shresetdicertracker", "Resets the Dicer Drop Tracker") { DicerDropTracker.resetCommand(it) }
+ registerCommand("shresetdicertracker", "Resets the Dicer Drop Tracker") { DicerRngDropTracker.resetCommand(it) }
registerCommand(
"shresetendernodetracker",
"Resets the Ender Node Tracker"