diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-07-09 01:25:51 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 17:25:51 +0200 |
| commit | 688a288804cc355390561e48332c99e25c207f5d (patch) | |
| tree | e05a28e4de11cf9031f685f7bcea94febf95232e /src/main/java/io/github/moulberry/notenoughupdates/options | |
| parent | d929b60c6817be79a85513635a733384567217bd (diff) | |
| download | notenoughupdates-688a288804cc355390561e48332c99e25c207f5d.tar.gz notenoughupdates-688a288804cc355390561e48332c99e25c207f5d.tar.bz2 notenoughupdates-688a288804cc355390561e48332c99e25c207f5d.zip | |
Add Improvements to /neucustomize (#1200)
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 4889c3d1..5ad0588d 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 @@ -379,4 +379,12 @@ public class Misc { ) @ConfigEditorBoolean public boolean hideRegenBounce = false; + + @Expose + @ConfigOption( + name = "Keybind to open /neurename", + desc = "Opens /neurename on the item you are hovering over" + ) + @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) + public int neuCustomizeKeybind = Keyboard.KEY_NONE; } |
