summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorHiZe_ <superhize@hotmail.com>2023-07-25 15:46:52 +0200
committerGitHub <noreply@github.com>2023-07-25 15:46:52 +0200
commite83fef331c43b19342bdf4c2e173683163f45abf (patch)
treeec417c11a9e7d136169498d50901c9403b7f2583 /src/main/java/at/hannibal2/skyhanni/config
parent9b4c029bbe90a74845da7c0e3e732c7c03714536 (diff)
downloadskyhanni-e83fef331c43b19342bdf4c2e173683163f45abf.tar.gz
skyhanni-e83fef331c43b19342bdf4c2e173683163f45abf.tar.bz2
skyhanni-e83fef331c43b19342bdf4c2e173683163f45abf.zip
Added dungeon potion level to item number (#334)
Co-authored-by: superhize <superhize@gmail.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java3
1 files changed, 2 insertions, 1 deletions
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 2a98f94fc..ffa412aff 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
@@ -211,7 +211,8 @@ public class Inventory {
"§bSkill Level",
"§bCollection Level",
"§bRancher's Boots speed",
- "§bLarva Hook"
+ "§bLarva Hook",
+ "§bDungeon Potion Level"
}
)
public List<Integer> itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 9, 11, 12));