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

Copper Bulbs have unused "turn_off" sound

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 23w51a
    • 23w44a
    • Community Consensus
    • Sound
    • Normal
    • 1139825
    • Expansion B

      In the files of the snapshot, there are two sounds for Copper Bulbs: one for turning them off, and one for turning them on.

      However, in the sounds.json file, only the "turn_on" sound is ever used, being pitched down for the off sound event.

      turn_on.ogg (used)

      turn_off.ogg (unused)

      "block.copper_bulb.turn_off": {
          "sounds": [
            {
              "attenuation_distance": 6,
              "name": "block/copper_bulb/turn_on",
              "pitch": 0.75
            }
          ],
          "subtitle": "subtitles.block.copper_bulb.turn_off"
        },
        "block.copper_bulb.turn_on": {
          "sounds": [
            {
              "attenuation_distance": 6,
              "name": "block/copper_bulb/turn_on"
            }
          ],
          "subtitle": "subtitles.block.copper_bulb.turn_on"
        },

      Current Behaviour:

      2023-11-01 22-06-52.mp4

       

      Expected Behaviour:

      2023-11-01 22-07-09.mp4

        1. 2023-11-01 22-06-52.mp4
          2.68 MB
        2. 2023-11-01 22-07-09.mp4
          2.32 MB
        3. turn_off.ogg
          5 kB
        4. turn_on.ogg
          5 kB

            v-armanv [Mojang] Arman V
            I_am_Merp Merp is Me
            Votes:
            9 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: