From 30ad6049a0f84e2e7be6fe9c4e6ade9dcf159bf7 Mon Sep 17 00:00:00 2001 From: saga <45262877+saga-00@users.noreply.github.com> Date: Sun, 21 Jul 2024 07:30:44 -0300 Subject: Feature: Bestiary Level as Stack Size (#1945) Co-authored-by: Cal Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../hannibal2/skyhanni/config/features/inventory/InventoryConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') 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 37201d64c..684e2bb79 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 @@ -142,7 +142,8 @@ public class InventoryConfig { DARK_CACAO_TRUFFLE("§bDark Cacao Truffle"), EDITION_NUMBER("§bEdition Number", 16), BINGO_GOAL_RANK("§bBingo Goal Rank"), - SKYBLOCK_LEVEL("§bSkyblock Level") + SKYBLOCK_LEVEL("§bSkyblock Level"), + BESTIARY_LEVEL("§bBestiary Level") ; private final String str; -- cgit