aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-05-24 00:02:54 +0200
committernea <nea@nea.moe>2023-05-24 00:02:54 +0200
commit5ff50799b6c8baf6dd87ecbf44860d19a4acceab (patch)
treee2332b9fcb02e099bd518ce3201cba78b338cdc1
parent1dd603ab1cc42a602f1d82595dd15789ef63d2a3 (diff)
downloadfirmament-5ff50799b6c8baf6dd87ecbf44860d19a4acceab.tar.gz
firmament-5ff50799b6c8baf6dd87ecbf44860d19a4acceab.tar.bz2
firmament-5ff50799b6c8baf6dd87ecbf44860d19a4acceab.zip
CommonSoundEffects: Formatting
-rw-r--r--src/main/kotlin/moe/nea/firmament/util/CommonSoundEffects.kt4
1 files changed, 0 insertions, 4 deletions
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()
}