aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-29 00:10:20 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-29 00:10:20 +0100
commit02015216b436aedc5d564ed15ea585d9e9a6972b (patch)
tree0a4331e4f0dbf9f710cf4009538fef9bf52c1fc0 /src/main/java/at/hannibal2/skyhanni/config
parent3737021cb83f0e973fabd778bd8901a920bef6c9 (diff)
downloadskyhanni-02015216b436aedc5d564ed15ea585d9e9a6972b.tar.gz
skyhanni-02015216b436aedc5d564ed15ea585d9e9a6972b.tar.bz2
skyhanni-02015216b436aedc5d564ed15ea585d9e9a6972b.zip
Added show special edition number as stack size when below 1k.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
index 83c718280..d124e6982 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
@@ -72,7 +72,8 @@ public class InventoryConfig {
"§bLarva Hook",
"§bDungeon Potion Level",
"§bVacuum (Garden)",
- "§bBottle Of Jyrre"
+ "§bBottle Of Jyrre",
+ "§bEdition Number"
}
)
public List<Integer> itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 11, 12, 14));