aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options
diff options
context:
space:
mode:
authorLulonaut <67191924+Lulonaut@users.noreply.github.com>2022-02-25 23:05:42 +0100
committerGitHub <noreply@github.com>2022-02-25 23:05:42 +0100
commit22cb02adbeb24b7ec98f843bcaba99cebe3e4f03 (patch)
treeda7af8448e8103a971f7fd63b30612e1e06afb39 /src/main/java/io/github/moulberry/notenoughupdates/options
parentca26771b6fffc102b1585e4aaab297877339633e (diff)
downloadnotenoughupdates-22cb02adbeb24b7ec98f843bcaba99cebe3e4f03.tar.gz
notenoughupdates-22cb02adbeb24b7ec98f843bcaba99cebe3e4f03.tar.bz2
notenoughupdates-22cb02adbeb24b7ec98f843bcaba99cebe3e4f03.zip
Hide Hypixel reforge stats in Reforge Stone lore (#85)
* hide Hypixel reforge stats * unused import? * better comments * 2.1.md 🙂 * 2.1.md 🙂
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java
index 78dc1995..fcbc5ea4 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java
@@ -96,6 +96,14 @@ public class TooltipTweaks {
@Expose
@ConfigOption(
+ name = "Hide default reforge stats",
+ desc = "Hides the reforge stats only for Legendary items that Hypixel adds to the Reforge stones"
+ )
+ @ConfigEditorBoolean
+ public boolean hideDefaultReforgeStats = true;
+
+ @Expose
+ @ConfigOption(
name = "Missing Enchant List",
desc = "Show which enchants are missing on an item when pressing LSHIFT"
)