diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-29 00:10:20 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-29 00:10:20 +0100 |
commit | 02015216b436aedc5d564ed15ea585d9e9a6972b (patch) | |
tree | 0a4331e4f0dbf9f710cf4009538fef9bf52c1fc0 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 3737021cb83f0e973fabd778bd8901a920bef6c9 (diff) | |
download | skyhanni-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.java | 3 |
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)); |