From f3f31b490753cb3a29f8cc89599f7e6004e24dba Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:28:57 -0300 Subject: [PATCH] fix melancolie not playing --- assets/minecraft/sounds.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/minecraft/sounds.json b/assets/minecraft/sounds.json index 95c8c0c..57df85f 100644 --- a/assets/minecraft/sounds.json +++ b/assets/minecraft/sounds.json @@ -6,5 +6,13 @@ "stream": true } ] + }, + "music.ambient": { + "sounds": [ + { + "name": "music/ambient/melancolie", + "stream": true + } + ] } } \ No newline at end of file