Fix pig sounds, make pigs follow apples

pull/5/head
pogly 2014-12-14 16:00:50 +00:00
parent 89c3e5dee6
commit 07999a8eaf
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ mobs:register_mob("mobs:pig", {
lava_damage = 5,
light_damage = 0,
sounds = {
random = "mobs_sheep",
random = "mobs_pig",
},
animation = {
speed_normal = 15,
@ -272,7 +272,7 @@ mobs:register_mob("mobs:pig", {
walk_start = 81,
walk_end = 100,
},
follow = "farming:wheat",
follow = "default:apple",
view_range = 5,
on_rightclick = function(self, clicker)

BIN
sounds/mobs_pig.ogg Normal file

Binary file not shown.