Add initial environmental sounds mod with flowing water sounds
authorParamat <paramat@users.noreply.github.com>
Wed, 11 Sep 2019 23:46:40 +0000 (00:46 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 23:46:40 +0000 (00:46 +0100)
commitea992bdace9c665cd97f6b53c62de759718ee1f0
treed9d9d7a89363f81bf735cb12abfb5540c3965d85
parentbb9279ccb843937bc8001ce333e3ccb71b0dba2d
Add initial environmental sounds mod with flowing water sounds

default:river_water_source can also create sound if desired as
rivers are considered to be flowing water.
A simple mod for now, with the intention to later use new engine
environmental sound features if/when they appear.
minetest.conf.example
mods/env_sounds/README.txt [new file with mode: 0644]
mods/env_sounds/init.lua [new file with mode: 0644]
mods/env_sounds/license.txt [new file with mode: 0644]
mods/env_sounds/mod.conf [new file with mode: 0644]
mods/env_sounds/sounds/env_sounds_water.1.ogg [new file with mode: 0644]
mods/env_sounds/sounds/env_sounds_water.2.ogg [new file with mode: 0644]
mods/env_sounds/sounds/env_sounds_water.3.ogg [new file with mode: 0644]
mods/env_sounds/sounds/env_sounds_water.4.ogg [new file with mode: 0644]
settingtypes.txt