diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-14 08:40:11 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-14 08:40:11 +0100 |
commit | 85eaef6dff0ff6a80e70a79e22133b004c23ab6a (patch) | |
tree | df87f88fa7543266fb327fad7ed2dc04706aed76 | |
parent | 171098a215cd07365b7a9ceeaf8cc2b37f50f321 (diff) |
fixed typo, rats can be fed to kittens once more
-rw-r--r-- | kitten.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ mobs:register_mob("mobs_animal:kitten", { walk_start = 0, 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, on_rightclick = function(self, clicker) |