From db59194f8884ee2155e2a2933833879b4065816b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 23 Mar 2021 17:08:15 +0000 Subject: [PATCH] use group:food_fish_raw instead of huge list of fish --- kitten.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kitten.lua b/kitten.lua index dc20213..04aa6f0 100644 --- a/kitten.lua +++ b/kitten.lua @@ -53,12 +53,7 @@ stepheight = 1.1, stoodup_end = 0, }, follow = { - "mobs:rat", "ethereal:fish_bluefin", "ethereal:fish_blueram", - "ethereal:fish_catfish", "ethereal:fish_plaice", "ethereal:fish_salmon", - "ethereal:fish_clownfish", "ethereal:fish_pike", "ethereal:fish_flathead", - "ethereal:fish_chichlid", "ethereal:fish_coy", "ethereal:fish_angler", - "ethereal:fish_piranha", "ethereal:fish_trout", - "mobs_fish:tropical", "xocean:fish_edible" + "mobs:rat", "group:food_fish_raw", "mobs_fish:tropical", "xocean:fish_edible" }, view_range = 8,