From bad4dcb36f1e29676a3fc834439e6e4562d1610c Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 4 Jul 2017 18:38:06 +0100 Subject: change sound names --- api.lua | 8 ++++---- sounds/license.txt | 6 +++--- sounds/mobs_spell.ogg | Bin 0 -> 15205 bytes sounds/mobs_swing.ogg | Bin 0 -> 6895 bytes sounds/spell.ogg | Bin 15205 -> 0 bytes sounds/swing.ogg | Bin 6895 -> 0 bytes textures/mobs_noentry_particle.png | Bin 0 -> 165 bytes 7 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 sounds/mobs_spell.ogg create mode 100644 sounds/mobs_swing.ogg delete mode 100644 sounds/spell.ogg delete mode 100644 sounds/swing.ogg create mode 100644 textures/mobs_noentry_particle.png diff --git a/api.lua b/api.lua index d8721be..b242773 100644 --- a/api.lua +++ b/api.lua @@ -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/mobs_spell.ogg b/sounds/mobs_spell.ogg new file mode 100644 index 0000000..455b54f Binary files /dev/null and b/sounds/mobs_spell.ogg differ diff --git a/sounds/mobs_swing.ogg b/sounds/mobs_swing.ogg new file mode 100644 index 0000000..ffe6a9c Binary files /dev/null and b/sounds/mobs_swing.ogg differ diff --git a/sounds/spell.ogg b/sounds/spell.ogg deleted file mode 100644 index 455b54f..0000000 Binary files a/sounds/spell.ogg and /dev/null differ diff --git a/sounds/swing.ogg b/sounds/swing.ogg deleted file mode 100644 index ffe6a9c..0000000 Binary files a/sounds/swing.ogg and /dev/null differ diff --git a/textures/mobs_noentry_particle.png b/textures/mobs_noentry_particle.png new file mode 100644 index 0000000..87938ff Binary files /dev/null and b/textures/mobs_noentry_particle.png differ -- cgit v1.2.3