aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-10-21 14:45:54 +0000
committerGitHub <noreply@github.com>2022-10-21 07:45:54 -0700
commit8848224dcba09d8ac321f7dd4c087eb3590cb285 (patch)
treec2c521af39b3f4eff5a47950f54cbeb57b562494 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java
parent6c209c2ca6b4cb858cec2854d665bfa1a44f8728 (diff)
downloadnotenoughupdates-8848224dcba09d8ac321f7dd4c087eb3590cb285.tar.gz
notenoughupdates-8848224dcba09d8ac321f7dd4c087eb3590cb285.tar.bz2
notenoughupdates-8848224dcba09d8ac321f7dd4c087eb3590cb285.zip
Added the ability to add search tags to config options (#309)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java
index 92b4b2ab..0d33172d 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/CustomArmour.java
@@ -30,7 +30,8 @@ public class CustomArmour {
@ConfigOption(
name = "Enable Equipment Hud",
desc = "Shows an overlay in your inventory showing your 4 extra armour slots\n" +
- "\u00A7cRequires Hide Potion Effects to be enabled"
+ "\u00A7cRequires Hide Potion Effects to be enabled",
+ searchTags = "armor"
)
@ConfigEditorBoolean
public boolean enableArmourHud = true;
@@ -46,7 +47,8 @@ public class CustomArmour {
@Expose
@ConfigOption(
name = "GUI Style",
- desc = "Change the colour of the GUI"
+ desc = "Change the colour of the GUI",
+ searchTags = "color"
)
@ConfigEditorDropdown(
values = {"Minecraft", "Grey", "PacksHQ Dark", "Transparent", "FSR"}