From 733ab61820067ba6b158ab612b172dc20de5ef4b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 23 Mar 2021 16:38:48 +0000 Subject: [PATCH 1/3] update fish kittens like --- kitten.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kitten.lua b/kitten.lua index 1f5233a..dc20213 100644 --- a/kitten.lua +++ b/kitten.lua @@ -53,7 +53,11 @@ stepheight = 1.1, stoodup_end = 0, }, follow = { - "mobs_animal:rat", "ethereal:fish_raw", "mobs_fish:clownfish", + "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" }, view_range = 8, From db59194f8884ee2155e2a2933833879b4065816b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 23 Mar 2021 17:08:15 +0000 Subject: [PATCH 2/3] 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, From f2b1b752a78406bf5c7a02a4d2c80bda281069b9 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 23 Mar 2021 19:14:37 +0000 Subject: [PATCH 3/3] update penguin to use group:food_fish_raw for taming --- penguin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/penguin.lua b/penguin.lua index 5b26312..f4b04ee 100644 --- a/penguin.lua +++ b/penguin.lua @@ -46,7 +46,7 @@ stepheight = 0.6, fly_in = {"default:water_source", "default:water_flowing"}, floats = 0, follow = { - "ethereal:fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical", + "group:food_fish_raw", "mobs_fish:clownfish", "mobs_fish:tropical", "mobs_fish:clownfish_set", "mobs_fish:tropical_set", "xocean:fish_edible" }, view_range = 5,