summaryrefslogtreecommitdiff
path: root/penguin.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-05-27 11:10:12 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-05-27 11:10:12 +0100
commitebc2e3a8742a18e219ef56ebeadb1080f919017d (patch)
tree40223b13b8aad8bfdfb2d52efe88ad0eea22bb09 /penguin.lua
parentd6a70641f6360d0e8219eb6f5cfc0ddc66b54340 (diff)
add clownfish & tropical fish to the list of food for penguin from mobs_fish
Diffstat (limited to 'penguin.lua')
-rw-r--r--penguin.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/penguin.lua b/penguin.lua
index 278a6ff..d5e9a5b 100644
--- a/penguin.lua
+++ b/penguin.lua
@@ -44,7 +44,7 @@ mobs:register_mob("mobs_animal:penguin", {
},
fly_in = "default:water_source",
floats = 0,
- follow = {"ethereal:fish_raw"},
+ follow = {"ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"},
view_range = 5,
on_rightclick = function(self, clicker)