You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is marked as TODO to get the block place sound (rn it plays generic stone sound)
in paper 1.16.4 you can call .getBlock().getSoundGroup().getPlaceSound() to get a blocks place sound.
The text was updated successfully, but these errors were encountered:
right clicking a bed with a block places a block as if you were shifting but plays the incorrect sound. At least this feature should be configurable because placing wool and getting stone place sound is very jarring.
Misat11
changed the title
placing block against bed sound
[Feature]: placing block against bed sound
Dec 22, 2024
Describe the solution you'd like
this is marked as TODO to get the block place sound (rn it plays generic stone sound)
in paper 1.16.4 you can call
.getBlock().getSoundGroup().getPlaceSound()
to get a blocks place sound.The text was updated successfully, but these errors were encountered: