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

Sounds.json doesnt work for multiple sounds playing one file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • Minecraft 1.13.1
    • None
    • Unconfirmed

      If you make multiple sounds in sounds.json point to one audio file, only the first definition works, and the rest are ignored:

      {  
        "ambient.cave.cave": {
          "category": "ambient", "subtitle": "Test",
          "sounds": ["test"]
          },
        "ambient.weather.rain": {
          "category": "weather", "subtitle": "Test 2",
          "sounds": ["test"]
          }
      }
      

      If you try using /playsound on ambient.cave.cave, it works fine, however ambient.weather.rain has no changes.

            Unassigned Unassigned
            TheFox231 TheFox231
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: