fixed typo, rats can be fed to kittens once more

This commit is contained in:
TenPlus1 2016-05-14 08:40:11 +01:00
parent 171098a215
commit 85eaef6dff
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ mobs:register_mob("mobs_animal:kitten", {
walk_start = 0, walk_start = 0,
walk_end = 96, walk_end = 96,
}, },
follow = {"mobs:rat", "ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"}, follow = {"mobs_animal:rat", "ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical"},
view_range = 8, view_range = 8,
on_rightclick = function(self, clicker) on_rightclick = function(self, clicker)