Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-127757

Goat ram impact sounds doesn't use impact3 sounds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.17.20.22 Beta, 1.17.30
    • 1.17.10, 1.17.10.22 Beta, 1.17.10.21 Beta, 1.17.0.58 Beta, 1.17.0.56 Beta, 1.17.0.54 Beta, 1.17.0
    • None
    • Confirmed
    • Multiple
    • 527742

      Summary
      The goat's ram impact sounds only play two sounds in-game because impact2 sound was mentioned twice in the sound_definitions JSON files, causing impact3 to be not played in-game at all.

      "mob.goat.ram_impact": {
            "category": "hostile",
            "sounds": [
              {
                "name": "sounds/mob/goat/impact1",
                "volume": 0.8
              },
              {
                "name": "sounds/mob/goat/impact2",
                "volume": 0.8
              },
              {
                "name": "sounds/mob/goat/impact2",
                "volume": 0.8
              }
            ]
          },
          "mob.goat.ram_impact.screamer": {
            "category": "hostile",
            "sounds": [
              {
                "name": "sounds/mob/goat/impact1",
                "volume": 0.8
              },
              {
                "name": "sounds/mob/goat/impact2",
                "volume": 0.8
              },
              {
                "name": "sounds/mob/goat/impact2",
                "volume": 0.8
              }
            ]
          },
      

            MCPE4theBeacon [Helper] lillybeacon
            Votes:
            8 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: