Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
Signed-off-by: Empa <[email protected]>
  • Loading branch information
ItsEmpa committed May 24, 2024
1 parent 649638d commit a7c632a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ import at.hannibal2.skyhanni.features.misc.PatcherSendCoordinates
import at.hannibal2.skyhanni.features.misc.PetCandyUsedDisplay
import at.hannibal2.skyhanni.features.misc.PetExpTooltip
import at.hannibal2.skyhanni.features.misc.PetItemDisplay
import at.hannibal2.skyhanni.features.misc.PetNametag
import at.hannibal2.skyhanni.features.misc.PocketSackInASackDisplay
import at.hannibal2.skyhanni.features.misc.PrivateIslandNoPickaxeAbility
import at.hannibal2.skyhanni.features.misc.QuickModMenuSwitch
Expand Down Expand Up @@ -941,6 +942,7 @@ class SkyHanniMod {
loadModule(ColdOverlay())
loadModule(QuiverDisplay())
loadModule(QuiverWarning())
loadModule(PetNametag())

init()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ public class PetConfig {
@Accordion
public PetExperienceToolTipConfig petExperienceToolTip = new PetExperienceToolTipConfig();

@Expose
@ConfigOption(name = "Pet Nametag", desc = "")
@Accordion
public PetNametagConfig petNametag = new PetNametagConfig();

@Expose
@ConfigOption(name = "Hide Autopet Messages", desc = "Hides the autopet messages from chat. §eRequires the " +
"display to be enabled.")
Expand Down

0 comments on commit a7c632a

Please sign in to comment.