diff options
| author | HiZe_ <superhize@hotmail.com> | 2023-07-25 15:46:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-25 15:46:52 +0200 |
| commit | e83fef331c43b19342bdf4c2e173683163f45abf (patch) | |
| tree | ec417c11a9e7d136169498d50901c9403b7f2583 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | 9b4c029bbe90a74845da7c0e3e732c7c03714536 (diff) | |
| download | skyhanni-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.java | 3 |
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)); |
