diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-22 19:14:46 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-22 19:14:46 +0200 |
commit | d4d16cbc7614452757e081e1498f0b9243f28318 (patch) | |
tree | 1d265ed0a62f779e833e4a029076d60939131d40 /src/main/java/at/hannibal2/skyhanni/config | |
parent | de3fe21430a47bab500d71bfbbd0e22ae69a4285 (diff) | |
download | skyhanni-d4d16cbc7614452757e081e1498f0b9243f28318.tar.gz skyhanni-d4d16cbc7614452757e081e1498f0b9243f28318.tar.bz2 skyhanni-d4d16cbc7614452757e081e1498f0b9243f28318.zip |
Added larva Hook uses display to item number feature
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 d61db3cfd..0058bc2a9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -210,7 +210,8 @@ public class Inventory { "§bKuudra Key", "§bSkill Level", "§bCollection Level", - "§bRancher's Boots speed" + "§bRancher's Boots speed", + "§bLarva Hook" } ) public List<Integer> itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 9, 11)); |