summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorHiZe_ <superhize@hotmail.com>2023-11-29 00:02:41 +0100
committerGitHub <noreply@github.com>2023-11-29 00:02:41 +0100
commitbee150b333b19d3c80ca6f2fcf3d05a2128def31 (patch)
treef5723f14b1a1e73c448dcd09723eace9b809a1bd /src/main/java/at/hannibal2/skyhanni/config
parent57fea067d5a598520e1e5189fe7c8d3de6d60356 (diff)
downloadskyhanni-bee150b333b19d3c80ca6f2fcf3d05a2128def31.tar.gz
skyhanni-bee150b333b19d3c80ca6f2fcf3d05a2128def31.tar.bz2
skyhanni-bee150b333b19d3c80ca6f2fcf3d05a2128def31.zip
Added Bottle of Jyrre in item Stack Size (#738)
Added bottle of Jyrre time overlay in stack size feature. #738
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 f411bebb7..83c718280 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
@@ -71,7 +71,8 @@ public class InventoryConfig {
"§bRancher's Boots speed",
"§bLarva Hook",
"§bDungeon Potion Level",
- "§bVacuum (Garden)"
+ "§bVacuum (Garden)",
+ "§bBottle Of Jyrre"
}
)
public List<Integer> itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 11, 12, 14));