aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorILike2WatchMemes <ilike2watchmemes@gmail.com>2024-07-21 12:21:17 +0200
committerGitHub <noreply@github.com>2024-07-21 12:21:17 +0200
commit00831584bfa2e0e54e5f5bc65efbce10e06ee8e9 (patch)
tree4ff0654dac577151fe3e161744a4aab905d71290 /src/main/java/at/hannibal2/skyhanni/config/features
parent39f46e73324b2e8ee0d8971e60588afb143f1fdc (diff)
downloadskyhanni-00831584bfa2e0e54e5f5bc65efbce10e06ee8e9.tar.gz
skyhanni-00831584bfa2e0e54e5f5bc65efbce10e06ee8e9.tar.bz2
skyhanni-00831584bfa2e0e54e5f5bc65efbce10e06ee8e9.zip
Improvement: Added SkyBlock Level to Item Number (#2172)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java1
1 files changed, 1 insertions, 0 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 45c0a9e98..37201d64c 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,6 +142,7 @@ public class InventoryConfig {
DARK_CACAO_TRUFFLE("§bDark Cacao Truffle"),
EDITION_NUMBER("§bEdition Number", 16),
BINGO_GOAL_RANK("§bBingo Goal Rank"),
+ SKYBLOCK_LEVEL("§bSkyblock Level")
;
private final String str;