diff options
| author | Obsidian <108832807+Obsidianninja11@users.noreply.github.com> | 2024-05-30 01:32:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 11:32:56 +0200 |
| commit | fca0126e4bbc63f8f8218d25be12f9795b70fadc (patch) | |
| tree | bc62e0e9c3bcdcfe5b2a2eefaec0bcd9453b809b /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
| parent | 6b0e324c96073d824c12dff1629a782352155e99 (diff) | |
| download | SkyHanni-fca0126e4bbc63f8f8218d25be12f9795b70fadc.tar.gz SkyHanni-fca0126e4bbc63f8f8218d25be12f9795b70fadc.tar.bz2 SkyHanni-fca0126e4bbc63f8f8218d25be12f9795b70fadc.zip | |
Feature: Jyrre Bottle and Cacao Truffle held time in lore (#1916)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 79728810c..fed79b9c3 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -262,6 +262,7 @@ import at.hannibal2.skyhanni.features.inventory.AuctionsHighlighter import at.hannibal2.skyhanni.features.inventory.ChestValue import at.hannibal2.skyhanni.features.inventory.DojoRankDisplay import at.hannibal2.skyhanni.features.inventory.HarpFeatures +import at.hannibal2.skyhanni.features.inventory.HeldTimeInLore import at.hannibal2.skyhanni.features.inventory.HideNotClickableItems import at.hannibal2.skyhanni.features.inventory.HighlightBonzoMasks import at.hannibal2.skyhanni.features.inventory.ItemDisplayOverlayFeatures @@ -947,6 +948,7 @@ class SkyHanniMod { loadModule(SkillTooltip()) loadModule(MaxPurseItems()) loadModule(SuperCraftFeatures) + loadModule(HeldTimeInLore) loadModule(InfernoMinionFeatures()) loadModule(LimboPlaytime) loadModule(CopyPlaytime) |
