diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-03-10 19:29:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 19:29:33 +0100 |
commit | 6b19f73c526fc4bbb196b7b547750ebe60feb76d (patch) | |
tree | f9a875b184c78916a6c7064edcb35cc3a862749c /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
parent | 498afd58e3405d473107e08a3b1891f93f76a96a (diff) | |
download | skyhanni-6b19f73c526fc4bbb196b7b547750ebe60feb76d.tar.gz skyhanni-6b19f73c526fc4bbb196b7b547750ebe60feb76d.tar.bz2 skyhanni-6b19f73c526fc4bbb196b7b547750ebe60feb76d.zip |
Debug Feature: Added TrackSoundsCommand (#855)
Co-authored-by: Linnea Gräf <nea@nea.moe>
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 55b2f94c3..35e86fbb1 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -365,6 +365,7 @@ import at.hannibal2.skyhanni.test.TestExportTools import at.hannibal2.skyhanni.test.TestShowSlotNumber import at.hannibal2.skyhanni.test.WorldEdit import at.hannibal2.skyhanni.test.command.CopyNearbyParticlesCommand +import at.hannibal2.skyhanni.test.command.TrackSoundsCommand import at.hannibal2.skyhanni.test.hotswap.HotswapSupport import at.hannibal2.skyhanni.utils.ChatUtils import at.hannibal2.skyhanni.utils.EntityOutlineRenderer @@ -773,6 +774,7 @@ class SkyHanniMod { loadModule(SkyHanniDebugsAndTests()) loadModule(FixGhostEntities) loadModule(CopyNearbyParticlesCommand) + loadModule(TrackSoundsCommand) loadModule(ButtonOnPause()) loadModule(PacketTest) loadModule(TestBingo) |