Remove sounds with suspicious origins
This commit is contained in:
parent
924d3680c5
commit
7481c165b6
28 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue