forked from VoxeLibre/VoxeLibre
Remove sounds with suspicious origins
This commit is contained in:
parent
924d3680c5
commit
7481c165b6
|
@ -23,11 +23,11 @@ mobs:register_mob("mobs_mc:creeper", {
|
||||||
},
|
},
|
||||||
makes_footstep_sound = false,
|
makes_footstep_sound = false,
|
||||||
sounds = {
|
sounds = {
|
||||||
attack = "Fuse",
|
attack = "tnt_ignite",
|
||||||
death = "Creeperdeath",
|
death = "Creeperdeath",
|
||||||
damage = "Creeper4",
|
damage = "Creeper4",
|
||||||
war_cry = "Fuse",
|
war_cry = "tnt_ignite",
|
||||||
explode = "explo",
|
explode = "tnt_explode",
|
||||||
},
|
},
|
||||||
walk_velocity = 1.5,
|
walk_velocity = 1.5,
|
||||||
run_velocity = 3,
|
run_velocity = 3,
|
||||||
|
|
|
@ -37,9 +37,9 @@ mobs:register_mob("mobs_mc:sheep", {
|
||||||
light_damage = 0,
|
light_damage = 0,
|
||||||
fear_height = 3,
|
fear_height = 3,
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "Sheep3",
|
random = "mobs_sheep",
|
||||||
death = "Sheep3",
|
death = "mobs_sheep",
|
||||||
damage = "Sheep3",
|
-- damage = "mobs_sheep",
|
||||||
},
|
},
|
||||||
animation = {
|
animation = {
|
||||||
speed_normal = 24,
|
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 New Issue