This commit is contained in:
gamma-delta 2022-03-29 22:25:00 -05:00
parent d61708f46e
commit c89aebcd7e

View file

@ -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,