diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-17 09:50:34 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-17 09:50:34 +0200 |
commit | 12c9a696ff24c9d92cc16cca2b3467ab780bef90 (patch) | |
tree | 0eca52d080568cbbd72de83fbb07de490ae21880 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 96de0a0c8925cb9a75e2108c8997625bcac2f7ff (diff) | |
download | skyhanni-12c9a696ff24c9d92cc16cca2b3467ab780bef90.tar.gz skyhanni-12c9a696ff24c9d92cc16cca2b3467ab780bef90.tar.bz2 skyhanni-12c9a696ff24c9d92cc16cca2b3467ab780bef90.zip |
added sound to clean end
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java index 6cc58f211..40f58df81 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Dungeon.java @@ -48,7 +48,8 @@ public class Dungeon { public boolean cleanEnd = false; @Expose - @ConfigOption(name = "Clean End", desc = "Hide entities and particles after the boss in Floor 1 - 6 has died.") + @ConfigOption(name = "Clean Ending", desc = "After the last dungeon boss has died, all entities and " + + "particles are no longer displayed and the music stops playing, but the loot chests are still displayed.") @ConfigEditorBoolean @ConfigAccordionId(id = 2) public boolean cleanEndToggle = false; |