From 536b48a1ed3e91e376481a2db29e25fdf741d721 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 25 Nov 2023 18:34:05 +0100 Subject: Added Garden Vacuum to item number as stack size. --- .../skyhanni/config/features/inventory/InventoryConfig.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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 d689cc7b4..7a19fc368 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 @@ -70,10 +70,11 @@ public class InventoryConfig { "§bCollection Level", "§bRancher's Boots speed", "§bLarva Hook", - "§bDungeon Potion Level" + "§bDungeon Potion Level", + "§bVacuum (Garden)" } ) - public List itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 11, 12)); + public List itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 11, 12, 14)); @Expose @ConfigOption( -- cgit