mojira.dev
MCPE-53577

Bee nest and Beehive plays incorrect placing sounds

Update per 9 April 2021
This bug can be resolved by adding "sound": "wood" in the blocks.json text file.

"bee_nest": {
    "textures": {
      "up": "bee_nest_top",
      "down": "bee_nest_bottom",
      "north": "bee_nest_side",
      "south": "bee_nest_front",
      "west": "bee_nest_side",
      "east": "bee_nest_side"
    },
      "sound": "wood"
  },
  "beehive": {
    "textures": {
      "up": "beehive_top",
      "down": "beehive_top",
      "north": "beehive_side",
      "south": "beehive_front",
      "west": "beehive_side",
      "east": "beehive_side"
    },
      "sound": "wood"
  }
}

Step to Reproduce:
Place a bee nest or a bee hive

Expected Results:
It plays wood plank (or different) placing sound

Actual Results:
It plays the default stone placing sound

Linked issues

Attachments

Comments 7

Still affected in 1.14.0.6

There's no need to comment every time you update the affected versions

Charles Plunkett

ya

@tryashtar ok, sorry about that, didn't realize that it also sends out the email as well lol

After looking through the blocks.json files, it doesn't have any sound string allocated, so it is automatically set to default ones, which is stone.

[media]

Affects 1.17.40

1.18.0.22 beta

Still on 1.19.80 betas

lillybeacon

(Unassigned)

265808, 289744

Confirmed

Multiple

Android 8.1

bee-hive, bee-nest, block, sound, vanilla-parity

1.19.80.22 Preview, 1.19.30.22 Preview, 1.18.30.27 Preview, 1.18.30.26 Beta, 1.18.10.20 Beta, ..., 1.18.30.30 Beta, 1.18.30.31 Preview, 1.18.12 Hotfix, 1.19.20, 1.20.0

Retrieved