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

Pitch and volume multipliers for block breaking, placing, step and falling sounds are hardcoded and not found in sounds.json

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 20w14a, 20w15a
    • None
    • Confirmed
    • (Unassigned)

      sounds.json is supposed to be the central location for controlling sound pitch and volume values. However, despite this, there are several leftover cases from prior to its addition, with the pitch and volume of general block sounds having hardcoded multipliers which cannot be changed by sounds.json. These multipliers should be removed from the game's code and transferred to sounds.json, being multiplied by any prior values present in the file where neccessary.

      The values are as follows:

      Placement and broken: pitch 0.8
      Breaking: pitch 0.5, volume 0.25
      Footsteps: volume 0.15
      Falling: pitch 0.75, volume 0.5

            Unassigned Unassigned
            muzikbike Connor Steppie
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: