mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-16 02:05:04 +00:00
Add rabbit sounds
This commit is contained in:
parent
8e65876fdf
commit
6532148f2f
14 changed files with 17 additions and 1 deletions
|
@ -281,6 +281,19 @@ Origin of those models:
|
||||||
* Source: <https://freesound.org/people/cabled_mess/sounds/384424/>
|
* Source: <https://freesound.org/people/cabled_mess/sounds/384424/>
|
||||||
* `mobs_mc_snowman_hurt.3.ogg` (CC0)
|
* `mobs_mc_snowman_hurt.3.ogg` (CC0)
|
||||||
* Source: <https://freesound.org/people/cabled_mess/sounds/384421/>
|
* Source: <https://freesound.org/people/cabled_mess/sounds/384421/>
|
||||||
|
* [kessir](https://freesound.org/people/kessir/sounds/)
|
||||||
|
* `mobs_mc_rabbit_hurt.*.ogg` (CC0)
|
||||||
|
* `mobs_mc_rabbit_death.2.ogg` (CC0)
|
||||||
|
* `mobs_mc_rabbit_death.3.ogg` (CC0)
|
||||||
|
* Source: <https://freesound.org/people/kessir/sounds/372075/>
|
||||||
|
* `mobs_mc_rabbit_attack.*.ogg` (CC0)
|
||||||
|
* Source: <https://freesound.org/people/kessir/sounds/372076/>
|
||||||
|
* `mobs_mc_rabbit_death.1.ogg` (CC0)
|
||||||
|
* Source: <https://freesound.org/people/kessir/sounds/385850/>
|
||||||
|
* [Alshred](https://freesound.org/people/Alshred/sounds/403773/)
|
||||||
|
* `mobs_mc_rabbit_random.*.ogg` (CC0)
|
||||||
|
* Changes were made.
|
||||||
|
* Source: <https://freesound.org/people/Alshred/>
|
||||||
|
|
||||||
Note: Many of these sounds have been more or less modified to fit the game.
|
Note: Many of these sounds have been more or less modified to fit the game.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,10 @@ local rabbit = {
|
||||||
},
|
},
|
||||||
visual_size = {x=1.5, y=1.5},
|
visual_size = {x=1.5, y=1.5},
|
||||||
sounds = {
|
sounds = {
|
||||||
-- TODO: sounds: random, damage, death
|
random = "mobs_mc_rabbit_random",
|
||||||
|
damage = "mobs_mc_rabbit_hurt",
|
||||||
|
death = "mobs_mc_rabbit_death",
|
||||||
|
attack = "mobs_mc_rabbit_attack",
|
||||||
eat = "mobs_mc_animal_eat_generic",
|
eat = "mobs_mc_animal_eat_generic",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
|
|
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_attack.1.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_attack.1.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_attack.2.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_attack.2.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_death.1.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_death.1.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_death.2.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_death.2.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_death.3.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_death.3.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_hurt.1.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_hurt.1.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_hurt.2.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_hurt.2.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_hurt.3.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_hurt.3.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.1.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.1.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.2.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.2.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.3.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.3.ogg
Normal file
Binary file not shown.
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.4.ogg
Normal file
BIN
mods/ENTITIES/mobs_mc/sounds/mobs_mc_rabbit_random.4.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue