penguins swim in source and flowing water

This commit is contained in:
TenPlus1 2017-10-04 11:17:51 +01:00
parent 34ed37cf82
commit 7fdb9063b8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mobs:register_mob("mobs_animal:penguin", {
fly_end = 95, fly_end = 95,
-- 50-70 is slide/water idle -- 50-70 is slide/water idle
}, },
fly_in = "default:water_source", fly_in = {"default:water_source", "default:water_flowing"},
floats = 0, floats = 0,
follow = {"ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"}, follow = {"ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"},
view_range = 5, view_range = 5,