From 85eaef6dff0ff6a80e70a79e22133b004c23ab6a Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 14 May 2016 08:40:11 +0100 Subject: [PATCH] fixed typo, rats can be fed to kittens once more --- kitten.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitten.lua b/kitten.lua index cf75451..401ffe5 100644 --- a/kitten.lua +++ b/kitten.lua @@ -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)