aboutsummaryrefslogtreecommitdiff
path: root/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-01-24 23:23:50 +0100
committerLinnea Gräf <nea@nea.moe>2025-01-25 20:02:31 +0100
commit02830fc904792aa1945f5072e0815dbf02baebe7 (patch)
tree57ae73e9411ca3ed6172bd1eb22ff0848f9c2fb2 /mod/src/main/kotlin/moe/nea/ledger/Ledger.kt
parent723124f5843142928ae0b71ace24a5135480216c (diff)
downloadLocalTransactionLedger-02830fc904792aa1945f5072e0815dbf02baebe7.tar.gz
LocalTransactionLedger-02830fc904792aa1945f5072e0815dbf02baebe7.tar.bz2
LocalTransactionLedger-02830fc904792aa1945f5072e0815dbf02baebe7.zip
feat: Caducous (Hard word) Feeder Detection
Diffstat (limited to 'mod/src/main/kotlin/moe/nea/ledger/Ledger.kt')
-rw-r--r--mod/src/main/kotlin/moe/nea/ledger/Ledger.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt b/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt
index b126c4a..9bbc8e1 100644
--- a/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt
+++ b/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt
@@ -22,6 +22,7 @@ import moe.nea.ledger.modules.BazaarDetection
import moe.nea.ledger.modules.BazaarOrderDetection
import moe.nea.ledger.modules.BitsDetection
import moe.nea.ledger.modules.BitsShopDetection
+import moe.nea.ledger.modules.CaducousFeederDetection
import moe.nea.ledger.modules.DragonEyePlacementDetection
import moe.nea.ledger.modules.DragonSacrificeDetection
import moe.nea.ledger.modules.DungeonChestDetection
@@ -136,6 +137,7 @@ class Ledger {
BazaarOrderDetection::class.java,
BitsDetection::class.java,
BitsShopDetection::class.java,
+ CaducousFeederDetection::class.java,
ConfigCommand::class.java,
DebugDataCommand::class.java,
DragonEyePlacementDetection::class.java,