Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-49118

Custom sounds from resource pack loop

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • Minecraft 14w08a
    • None
    • OS: Windows 7 64-Bit
      Java: 1.7.0_45
    • Unconfirmed

      I made a resource pack and put a song in it. Here is the JSON code I used:
      {
      "custom.rs": {
      "category": "master",
      "sounds": [

      { "name": "custom/rs", "stream": false }

      ]
      },
      "custom.rsi": {
      "category": "master",
      "sounds": [

      { "name": "custom/rsi", "stream": false }

      ]
      },
      "custom.rsee": {
      "category": "master",
      "sounds": [

      { "name": "custom/rsee", "stream": false }

      ]
      }
      }

      The JSON is placed in the following folder: ...minecraft/resoursepacks/<Pack Name>/assets/minecraft
      And its name in the folder is: sounds.json

      When I am in game, and use the command "/playsound custom.rs @a ~ ~ ~ 1.0 1.0 1.0" the song plays perfectly fine. However, after the song ends, it will continuously loop.

      EDIT: Upon further investigation, I realized it only loops when the song ends while you have a command block GUI up. After exiting from the command block, the song will loop. This might occur in other GUI's.

            Unassigned Unassigned
            wheat32 Nick Page
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: