diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2023-10-07 22:38:05 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 13:38:05 +0200 |
| commit | e540823d2869323f2b86c3e478f45eeeb6d7d6ab (patch) | |
| tree | 0ae1a767ac98e0e22442e9ecaf11c5a8c79e4b2c /src/main/java/io/github/moulberry/notenoughupdates/options | |
| parent | 87cf5fde69c76b8dee87790f18ee8b3283d86c09 (diff) | |
| download | notenoughupdates-e540823d2869323f2b86c3e478f45eeeb6d7d6ab.tar.gz notenoughupdates-e540823d2869323f2b86c3e478f45eeeb6d7d6ab.tar.bz2 notenoughupdates-e540823d2869323f2b86c3e478f45eeeb6d7d6ab.zip | |
Hotkey to open ah/bz while hovering over an item (#864)
Search ah or bz for item hovered when clicking m by default
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java index 95e29a5c..72521821 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Misc.java @@ -325,4 +325,12 @@ public class Misc { ) @ConfigEditorBoolean public boolean defaultArmorColour = false; + + @Expose + @ConfigOption( + name = "Search AH/BZ for current item", + desc = "Search AH/BZ for the item you are hovering over" + ) + @ConfigEditorKeybind(defaultKey = Keyboard.KEY_M) + public int openAHKeybind = Keyboard.KEY_M; } |
