aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-02-26 20:01:25 +0100
committerGitHub <noreply@github.com>2024-02-26 20:01:25 +0100
commit8f32281cc06aa933507965db2d07605b9f245a27 (patch)
tree58fc38a49777667158a668e2aac244dc94392d79 /src/main/java/io/github/moulberry/notenoughupdates/options
parentce557a70d776926ceee3d43f0ccf7b34bc97fe31 (diff)
downloadnotenoughupdates-8f32281cc06aa933507965db2d07605b9f245a27.tar.gz
notenoughupdates-8f32281cc06aa933507965db2d07605b9f245a27.tar.bz2
notenoughupdates-8f32281cc06aa933507965db2d07605b9f245a27.zip
Added option to open the skyblock recipe menu with a keybind (#1029)
* Added option to open the skyblock recipe menu with a keybind * Use streams to find crafting recipe --------- Co-authored-by: Linnea Gräf <nea@nea.moe>
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 52df50f7..cd5bd3d6 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
@@ -348,6 +348,14 @@ public class Misc {
@Expose
@ConfigOption(
+ name = "Open /recipe for current item",
+ desc = "Opens the SkyBlock recipe for the item you are hovering over. Intended for super crafting"
+ )
+ @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE)
+ public int openSkyBlockRecipeKeybind = Keyboard.KEY_NONE;
+
+ @Expose
+ @ConfigOption(
name = "Countdown Calculations",
desc = "Shows a(n estimated) timestamp for when a countdown in an item's tooltip will end, relative to your timezone. Also applies to §e/neucalendar§r."
)