mojira.dev
MC-272786

No fall off sound on Custom Jukebox song

No fall off sound on Custom Jukebox song even the "attenuation_distance" is set to 1, you can still hear it even if you unload the area.
here is my Sound.json:

{
    "music_disc.mountainshrine": {
        "category": "record",
        "sounds": [
            {
            "name":"music_disc/mountainshrine",
            "attenuation_distance":1
            }
        ]
    }
}

and here is my jukebox_song:

{
    "comparator_output": 15,
    "description": "minecraft:music_disc.mountainshrine",
    "length_in_seconds": 208,
    "sound_event": {
        "sound_id": "minecraft:music_disc.mountainshrine"
    }
}

Video: https://x.com/yukira2018/status/1796466749677920431/video/3

Related issues

Comments

violine1101

Does MC-146721 describe your issue?

yukira2018

Quite similar to that but changing the audio channel to mono fix the issue. Thank you very much

yukira2018

oh another problem, when changing audio device like speaker to headphones vice versa the sound breaks for both "Jukebox" and using "/playsound" command. Affected both vanilla sound and Resourcepack sound.

violine1101

That's MC-237708, which won't be fixed.

yukira2018

(Unassigned)

Unconfirmed

(Unassigned)

1.21 Pre-Release 1

Retrieved