diff options
author | saga <45262877+saga-00@users.noreply.github.com> | 2024-07-21 07:30:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-21 12:30:44 +0200 |
commit | 30ad6049a0f84e2e7be6fe9c4e6ade9dcf159bf7 (patch) | |
tree | f33a80ded9fae11f10df672ea5e675d5674f5f03 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | c95fa483cbe759238d70dc51c29eb397d24d2191 (diff) | |
download | skyhanni-30ad6049a0f84e2e7be6fe9c4e6ade9dcf159bf7.tar.gz skyhanni-30ad6049a0f84e2e7be6fe9c4e6ade9dcf159bf7.tar.bz2 skyhanni-30ad6049a0f84e2e7be6fe9c4e6ade9dcf159bf7.zip |
Feature: Bestiary Level as Stack Size (#1945)
Co-authored-by: Cal <cwolfson58@gmail.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-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 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; |