From 5ff50799b6c8baf6dd87ecbf44860d19a4acceab Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 24 May 2023 00:02:54 +0200 Subject: CommonSoundEffects: Formatting --- src/main/kotlin/moe/nea/firmament/util/CommonSoundEffects.kt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main/kotlin/moe/nea/firmament/util') diff --git a/src/main/kotlin/moe/nea/firmament/util/CommonSoundEffects.kt b/src/main/kotlin/moe/nea/firmament/util/CommonSoundEffects.kt index 819ea27..54976f2 100644 --- a/src/main/kotlin/moe/nea/firmament/util/CommonSoundEffects.kt +++ b/src/main/kotlin/moe/nea/firmament/util/CommonSoundEffects.kt @@ -1,9 +1,6 @@ package moe.nea.firmament.util -import net.minecraft.client.sound.AbstractSoundInstance import net.minecraft.client.sound.PositionedSoundInstance -import net.minecraft.client.sound.SoundInstance -import net.minecraft.sound.SoundCategory import net.minecraft.sound.SoundEvent import net.minecraft.util.Identifier @@ -17,7 +14,6 @@ object CommonSoundEffects { playSound(Identifier("minecraft", "block.anvil.place")) } - fun playSuccess() { playDing() } -- cgit