Topic category: Help with Minecraft modding (Java Edition)
I'm looking for a way to make a block like a Minecraft jukebox that will stop the sound just for itself. I have already done it with /stopsound... but it stops the corresponding running music on all blocks. The Minecraft jukebox stops only HIS sound and not all other jukeboxes with the same running musik.
Example: I am creating a radio block with custom casetts. I used the track/ record "mellohi". If i stop the running sound "mellohi" on my radio, it stops the running jukebox with the playing track "mellohi" too. That happend because i am using the /stopsound @a record minecraft...
Is there a way to stop the sound for a specific block or a specific position that do not stop all other running same tracks/ records?
Help please