summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-09-10 15:53:30 -0400
committerGitHub <noreply@github.com>2024-09-10 21:53:30 +0200
commit2f6121bc209fb28e1d9f12fe2d10bfacfb12836d (patch)
tree1dba111a8d401d596e71c2a949e0c0986cbac76b /src/main/java/at/hannibal2/skyhanni/config/commands
parente2795490be75dd6e4ddbfa8896d99db956719d3f (diff)
downloadskyhanni-2f6121bc209fb28e1d9f12fe2d10bfacfb12836d.tar.gz
skyhanni-2f6121bc209fb28e1d9f12fe2d10bfacfb12836d.tar.bz2
skyhanni-2f6121bc209fb28e1d9f12fe2d10bfacfb12836d.zip
Feature: Corpse Tracker (#2306)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt2
1 files changed, 2 insertions, 0 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 edfdb2d7a..7a17c1462 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -58,6 +58,7 @@ import at.hannibal2.skyhanni.features.garden.visitor.GardenVisitorDropStatistics
import at.hannibal2.skyhanni.features.inventory.chocolatefactory.ChocolateFactoryStrayTracker
import at.hannibal2.skyhanni.features.mining.KingTalismanHelper
import at.hannibal2.skyhanni.features.mining.MineshaftPityDisplay
+import at.hannibal2.skyhanni.features.mining.glacitemineshaft.CorpseTracker
import at.hannibal2.skyhanni.features.mining.fossilexcavator.ExcavatorProfitTracker
import at.hannibal2.skyhanni.features.mining.powdertracker.PowderTracker
import at.hannibal2.skyhanni.features.minion.MinionFeatures
@@ -219,6 +220,7 @@ object Commands {
registerCommand("shresetghostcounter", "Resets the ghost counter") { GhostUtil.reset() }
registerCommand("shresetpowdertracker", "Resets the Powder Tracker") { PowderTracker.resetCommand() }
registerCommand("shresetdicertracker", "Resets the Dicer Drop Tracker") { DicerRngDropTracker.resetCommand() }
+ registerCommand("shresetcorpsetracker", "Resets the Glacite Mineshaft Corpse Tracker") { CorpseTracker.resetCommand() }
registerCommand(
"shresetendernodetracker",
"Resets the Ender Node Tracker",