Mojira Archive
MC-266308

Copper Bulbs have unused "turn_off" sound

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

Fixed

Merp is Me

[Mojang] Arman V

2023-11-02, 02:00 AM

2023-12-07, 08:53 AM

2023-12-07, 08:53 AM

9

2

Community Consensus

Normal

1139825

Expansion B

Sound

unused-sound

23w44a

23w51a