close #36
This commit is contained in:
parent
d61708f46e
commit
c89aebcd7e
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ class GuiSpellcasting(private val handOpenedWith: InteractionHand) : Screen(Text
|
|||
}
|
||||
|
||||
override fun init() {
|
||||
val soundman = Minecraft.getInstance().soundManager
|
||||
soundman.stop(HexSounds.CASTING_AMBIANCE.id, null)
|
||||
this.ambianceSoundInstance = SimpleSoundInstance(
|
||||
HexSounds.CASTING_AMBIANCE.get().location,
|
||||
SoundSource.PLAYERS,
|
||||
|
|
Loading…
Reference in a new issue