Make boars and sheep talk more

This commit is contained in:
Wuzzy 2019-09-22 13:39:16 +02:00
parent 94e136edf7
commit 6440641d87
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ mobs:register_mob(
makes_footstep_sound = true,
sounds = {
random = "mobs_boar",
damage = "mobs_boar",
attack = "mobs_boar_angry",
death = "mobs_boar_angry",
distance = 16,

View File

@ -24,6 +24,7 @@ mobs:register_mob(
sounds = {
random = "mobs_sheep",
death = "mobs_sheep",
damage = "mobs_sheep",
distance = 16,
},
walk_velocity = 1,