diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-10-04 11:17:51 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-10-04 11:17:51 +0100 |
commit | 7fdb9063b87b5e4690a74433dc51b3670ff9423c (patch) | |
tree | 722242fce22445c28593557a2b92b7185a2c4c22 | |
parent | 34ed37cf82dfcaa0b9219cdd3328f247f770fc4f (diff) |
penguins swim in source and flowing water
-rw-r--r-- | penguin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/penguin.lua b/penguin.lua index d5e9a5b..e07a112 100644 --- a/penguin.lua +++ b/penguin.lua @@ -42,7 +42,7 @@ mobs:register_mob("mobs_animal:penguin", { fly_end = 95, -- 50-70 is slide/water idle }, - fly_in = "default:water_source", + fly_in = {"default:water_source", "default:water_flowing"}, floats = 0, follow = {"ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"}, view_range = 5, |