mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
Remove sounds with suspicious origins
This commit is contained in:
parent
924d3680c5
commit
7481c165b6
28 changed files with 6 additions and 6 deletions
mods/ENTITIES/mobs_mc
creeper.luasheep.lua
sounds
Chicken1.oggChickenhurt1.oggChickenplop.oggCow1.oggCowhurt1.oggCreeper4.oggCreeperdeath.oggFuse.oggPig2.oggPigdeath.oggSheep3.oggVillager1.oggVillageraccept.oggVillagerdead.oggVillagerdeny.oggVillagerhurt1.oggVillagertrade.oggbowhit1.oggdefault_punch3.oggexplo.oggskeleton1.oggskeletondeath.oggskeletonhurt1.oggzombie1.oggzombiedeath.oggzombiehurt1.ogg
|
@ -23,11 +23,11 @@ mobs:register_mob("mobs_mc:creeper", {
|
|||
},
|
||||
makes_footstep_sound = false,
|
||||
sounds = {
|
||||
attack = "Fuse",
|
||||
attack = "tnt_ignite",
|
||||
death = "Creeperdeath",
|
||||
damage = "Creeper4",
|
||||
war_cry = "Fuse",
|
||||
explode = "explo",
|
||||
war_cry = "tnt_ignite",
|
||||
explode = "tnt_explode",
|
||||
},
|
||||
walk_velocity = 1.5,
|
||||
run_velocity = 3,
|
||||
|
|
|
@ -37,9 +37,9 @@ mobs:register_mob("mobs_mc:sheep", {
|
|||
light_damage = 0,
|
||||
fear_height = 3,
|
||||
sounds = {
|
||||
random = "Sheep3",
|
||||
death = "Sheep3",
|
||||
damage = "Sheep3",
|
||||
random = "mobs_sheep",
|
||||
death = "mobs_sheep",
|
||||
-- damage = "mobs_sheep",
|
||||
},
|
||||
animation = {
|
||||
speed_normal = 24,
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue