From 78ca5e7d082886ca3ede79761657d14e91c2030a Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Thu, 26 Oct 2023 17:27:36 +0100 Subject: Update name and description of viewrecipeItems (#629) --- src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java index d1475d522..12b7610ae 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsConfig.java @@ -62,7 +62,7 @@ public class CommandsConfig { public boolean partyCommands = true; @Expose - @ConfigOption(name = "Viewrecipe Items", desc = "Tab complete items with recipe in the the Hypixel command §e/viewrecipe§7.") + @ConfigOption(name = "View Recipe", desc = "Tab complete item IDs in the the Hypixel command §e/viewrecipe§7. Only items with recipes are tab completed.") @ConfigEditorBoolean @FeatureToggle public boolean viewrecipeItems = true; -- cgit