mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-12 05:10:28 +02:00
add more food types to follow for kitten, cow, sheep, penguin, chicken (thanks rusty-snake)
This commit is contained in:
@ -52,7 +52,10 @@ stepheight = 1.1,
|
||||
stoodup_start = 0,
|
||||
stoodup_end = 0,
|
||||
},
|
||||
follow = {"mobs_animal:rat", "ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"},
|
||||
follow = {
|
||||
"mobs_animal:rat", "ethereal:fish_raw", "mobs_fish:clownfish",
|
||||
"mobs_fish:tropical", "xocean:fish_edible"
|
||||
},
|
||||
view_range = 8,
|
||||
|
||||
on_rightclick = function(self, clicker)
|
||||
|
Reference in New Issue
Block a user