add barrel sounds #3670
No reviewers
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#3670
Loading…
Reference in New Issue
No description provided.
Delete Branch "add-barrel-sound"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR Adds sounds to opening and closing barrels. The sounds are properly attributed in the 'attribution.txt' file. They are published under Creative Commons 0 (CC0) and the source for them is here
@ -0,0 +1,2 @@
barrel-open.ogg and barrel-close.ogg taken from https://freesound.org/people/quantumriver/sounds/552153/
Liscence: Creative Commons 0 (CC0)
Whoops! Nice catch.
Might need to check sound distance, and add a max_hear_distance tag.
@PrairieWind What do you think a good max hear distance would be? Wiki says 32 is default but that seems a little far. Im thinking 16 or maybe even 10.
I think 32 is fine, as it's a tapered sound and the further away, the quieter, though I couldn't imagine it would be audible from more than 16 blocks away. Either are fine.
It seems the wiki says 16.
I got the number 32 from here: https://minetest.gitlab.io/minetest/sounds/
If I am correct, the attenuation distances are the sound distances.
https://minecraft.fandom.com/wiki/Barrel#Sounds
Indeed, the default attenuation distance is 16 blocks in Minecraft. To be sure, I checked over 20 items and mobs, and it was 16 for all of them.
Good to know, I choose to set it to 16 already so the pr is good to go if theres no other issues
0a9c6f580a
toc2fac5f6e0
Looks good and sounds good. Small and simple. Thanks for doing this.
I will squash the commits on merge as this only really justifies 1 commit.