From 365bc501d60372ac95b77024254bf130a6d62470 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Mon, 22 Aug 2022 05:27:40 +0200 Subject: show all item stars --- src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java index a756d1725..e2231a9d1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -44,8 +44,8 @@ public class Inventory { public boolean anvilCombineHelper = false; @Expose - @ConfigOption(name = "Crimson Armor Stars", - desc = "Show a compact star count in the item name for the Aurora, Crimson, Terror and Fervor armor") + @ConfigOption(name = "Item Stars", + desc = "Show a compact star count in the item name for all items") @ConfigEditorBoolean - public boolean crimsonArmorStars = false; + public boolean itemStars = false; } -- cgit