mojira.dev
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.

[media]

(used)

[media]

(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:

[media]

 

Expected Behaviour:

[media]

Attachments

Comments 1

amber meow

v-armanv

1139825

Community Consensus

Expansion B

Normal

Sound

unused-sound

23w44a

23w51a

Retrieved