aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-07-09 01:25:51 +1000
committerGitHub <noreply@github.com>2024-07-08 17:25:51 +0200
commit688a288804cc355390561e48332c99e25c207f5d (patch)
treee05a28e4de11cf9031f685f7bcea94febf95232e /src/main/java/io/github/moulberry/notenoughupdates/options
parentd929b60c6817be79a85513635a733384567217bd (diff)
downloadnotenoughupdates-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.java8
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;
}