Add creeper and vex sounds

This commit is contained in:
Wuzzy 2018-09-18 16:14:55 +02:00
parent 8b38a169e6
commit fd33d9d2ec
7 changed files with 16 additions and 5 deletions

View file

@ -28,8 +28,8 @@ mobs:register_mob("mobs_mc:creeper", {
visual_size = {x=3, y=3},
sounds = {
attack = "tnt_ignite",
--TODO: death = "",
--TODO: damage = "",
death = "mobs_mc_creeper_death",
damage = "mobs_mc_creeper_hurt",
fuse = "tnt_ignite",
explode = "tnt_explode",
distance = 16,