diff options
author | saga <45262877+saga-00@users.noreply.github.com> | 2024-08-26 06:38:55 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 11:38:55 +0200 |
commit | 085fdbe16121954c44d30501f9a4fe4852e6e998 (patch) | |
tree | 04a09bf08607384ab5f3050b00cc19eabd191c31 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 81e8c4c0a62e1ad899a6fee612d8987814bb2c30 (diff) | |
download | skyhanni-085fdbe16121954c44d30501f9a4fe4852e6e998.tar.gz skyhanni-085fdbe16121954c44d30501f9a4fe4852e6e998.tar.bz2 skyhanni-085fdbe16121954c44d30501f9a4fe4852e6e998.zip |
Feature: Exp in Superpairs as Stack Size. (#1988)
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')
-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 0c7556c30..e7609135e 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 @@ -146,9 +146,10 @@ public class InventoryConfig { BOTTLE_OF_JYRRE("§bBottle Of Jyrre", 15), DARK_CACAO_TRUFFLE("§bDark Cacao Truffle"), EDITION_NUMBER("§bEdition Number", 16), + ENCHANTING_EXP("§bEnchanting EXP (Superpairs)"), BINGO_GOAL_RANK("§bBingo Goal Rank"), SKYBLOCK_LEVEL("§bSkyblock Level"), - BESTIARY_LEVEL("§bBestiary Level") + BESTIARY_LEVEL("§bBestiary Level"), ; private final String str; |