diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-27 00:30:50 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-27 00:30:50 +0200 |
| commit | f5d0d8118c96a6ed98ae95f15dd49df9bd86dc29 (patch) | |
| tree | 97c4f2e1a8173013f436de69a8655dc71d90312b /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | 370cf58f29a5d32040f83ca17465fd493cc88f61 (diff) | |
| download | skyhanni-f5d0d8118c96a6ed98ae95f15dd49df9bd86dc29.tar.gz skyhanni-f5d0d8118c96a6ed98ae95f15dd49df9bd86dc29.tar.bz2 skyhanni-f5d0d8118c96a6ed98ae95f15dd49df9bd86dc29.zip | |
Added Griffin Pet Warning
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java (renamed from src/main/java/at/hannibal2/skyhanni/config/features/Diana.java) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java b/src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java index 5c1f18105..3d90a4f54 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/DianaConfig.java @@ -4,7 +4,7 @@ import com.google.gson.annotations.Expose; import io.github.moulberry.moulconfig.annotations.*; import org.lwjgl.input.Keyboard; -public class Diana { +public class DianaConfig { @Expose @ConfigOption(name = "Soopy Guess", desc = "Uses §eSoopy's Guess Logic §7to find the next burrow. Does not require SoopyV2 or ChatTriggers to be installed.") @@ -60,4 +60,8 @@ public class Diana { public int keyBindShare = Keyboard.KEY_Y; } + @Expose + @ConfigOption(name = "Griffin Pet Warning", desc = "Warn when holding an Ancestral Spade while no Griffin pet is selected.") + @ConfigEditorBoolean + public boolean petWarning = true; } |
