diff options
-rw-r--r-- | api.lua | 8 | ||||
-rw-r--r-- | sounds/license.txt | 6 | ||||
-rw-r--r-- | sounds/mobs_spell.ogg (renamed from sounds/spell.ogg) | bin | 15205 -> 15205 bytes | |||
-rw-r--r-- | sounds/mobs_swing.ogg (renamed from sounds/swing.ogg) | bin | 6895 -> 6895 bytes | |||
-rw-r--r-- | textures/mobs_noentry_particle.png | bin | 0 -> 165 bytes |
5 files changed, 7 insertions, 7 deletions
@@ -1,9 +1,9 @@ --- Mobs Api (3rd July 2017) +-- Mobs Api (4th July 2017) mobs = {} mobs.mod = "redo" -mobs.version = "20170703" +mobs.version = "20170704" -- Intllib @@ -3300,7 +3300,7 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, else minetest.chat_send_player(name, S("Missed!")) - mob_sound(self, "swing") + mob_sound(self, "mobs_swing") end end @@ -3341,7 +3341,7 @@ function mobs:protect(self, clicker) effect(self.object:getpos(), 25, "mobs_protect_particle.png", 0.5, 4, 2, 15) - mob_sound(self, "spell") + mob_sound(self, "mobs_spell") return true end diff --git a/sounds/license.txt b/sounds/license.txt index 9dda317..e055c47 100644 --- a/sounds/license.txt +++ b/sounds/license.txt @@ -1,4 +1,4 @@ -Creative Commons License sounds from Freesound.org +Creative Commons sounds from Freesound.org -swing.ogg by qubodup -spell.ogg by littletobotsoundfactory +mobs_swing.ogg by qubodup +mobs_spell.ogg by littletobotsoundfactory diff --git a/sounds/spell.ogg b/sounds/mobs_spell.ogg Binary files differindex 455b54f..455b54f 100644 --- a/sounds/spell.ogg +++ b/sounds/mobs_spell.ogg diff --git a/sounds/swing.ogg b/sounds/mobs_swing.ogg Binary files differindex ffe6a9c..ffe6a9c 100644 --- a/sounds/swing.ogg +++ b/sounds/mobs_swing.ogg diff --git a/textures/mobs_noentry_particle.png b/textures/mobs_noentry_particle.png Binary files differnew file mode 100644 index 0000000..87938ff --- /dev/null +++ b/textures/mobs_noentry_particle.png |