diff --git a/bobber.lua b/bobber.lua index 9d79bdc..f800a49 100755 --- a/bobber.lua +++ b/bobber.lua @@ -107,7 +107,7 @@ local FISHING_BOBBER_ENTITY={ 0.25, 0.5, -- min size, max size false, "fishing_particle_baitball.png") -- add sound - minetest.sound_play("fishing_bobber1", {pos = self.object:getpos(), gain = 0.2, }) + minetest.sound_play("fishing_baitball", {pos = self.object:getpos(), gain = 0.2, }) end end, diff --git a/bobber_shark.lua b/bobber_shark.lua index a79ede0..044f890 100755 --- a/bobber_shark.lua +++ b/bobber_shark.lua @@ -105,7 +105,7 @@ local FISHING_BOBBER_SHARK_ENTITY={ 0.25, 0.40, -- min size, max size false, "fishing_particle_baitball_shark.png") -- add sound - minetest.sound_play("fishing_bobber1", {pos = self.object:getpos(), gain = 0.2, }) + minetest.sound_play("fishing_baitball", {pos = self.object:getpos(), gain = 0.2, }) end end, diff --git a/functions.lua b/functions.lua old mode 100644 new mode 100755 diff --git a/init.lua b/init.lua old mode 100644 new mode 100755 diff --git a/sounds/SoundLicense.txt b/sounds/SoundLicense.txt index 545d0d4..02bb9a3 100755 --- a/sounds/SoundLicense.txt +++ b/sounds/SoundLicense.txt @@ -6,5 +6,6 @@ The included sounds are http://creativecommons.org/licenses/by-nc-sa/3.0/ "fishing_contest_start" resampled from "cor 9.mp3", Pierre Grandjean, https://www.freesound.org/people/Pierre%20Grandjean/sounds/125973/ - "fishing_contest_end" resampled from "Trompette 8", jebb, https://www.freesound.org/people/jebb/sounds/205848/ + +"fishing_baitball" resampled from "dog steps around in water" , noctaro, https://www.freesound.org/people/noctaro/sounds/243574/ diff --git a/sounds/fishing_baitball.ogg b/sounds/fishing_baitball.ogg new file mode 100755 index 0000000..154b60c Binary files /dev/null and b/sounds/fishing_baitball.ogg differ diff --git a/sounds/fishing_bobber2.ogg b/sounds/fishing_bobber2.ogg index 932cf0b..94bcd84 100755 Binary files a/sounds/fishing_bobber2.ogg and b/sounds/fishing_bobber2.ogg differ diff --git a/sounds/fishing_contest_end.ogg b/sounds/fishing_contest_end.ogg index b000827..137cd7e 100755 Binary files a/sounds/fishing_contest_end.ogg and b/sounds/fishing_contest_end.ogg differ diff --git a/sounds/fishing_contest_start.ogg b/sounds/fishing_contest_start.ogg index edb3f16..dc091f3 100755 Binary files a/sounds/fishing_contest_start.ogg and b/sounds/fishing_contest_start.ogg differ