mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Change mule sounds (=higher pitched donkey sounds)
This commit is contained in:
parent
99b4ba65c2
commit
bccd91e08f
1 changed files with 2 additions and 1 deletions
|
@ -419,7 +419,8 @@ local m = 0.94
|
|||
local mule = table.copy(donkey)
|
||||
mule.textures = {{"blank.png", "mobs_mc_mule.png", "blank.png"}}
|
||||
mule.visual_size = { x=horse.visual_size.x*m, y=horse.visual_size.y*m }
|
||||
mule.sounds = horse.sounds
|
||||
mule.sounds = table.copy(donkey.sounds)
|
||||
mule.sounds.base_pitch = 1.15
|
||||
mule.collisionbox = {
|
||||
horse.collisionbox[1] * m,
|
||||
horse.collisionbox[2] * m,
|
||||
|
|
Loading…
Reference in a new issue