From 92268365f65cc1b5c5c05477aba3e99aa99f04a3 Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Fri, 27 Dec 2024 09:19:57 +0800 Subject: [PATCH] Add more ethereal fish for cute cats --- mobs/cat.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mobs/cat.lua b/mobs/cat.lua index 644f8ab..e434505 100644 --- a/mobs/cat.lua +++ b/mobs/cat.lua @@ -2,15 +2,15 @@ -- Cat -- --------- -local follow = { - "animalia:poultry_raw" -} +local follow = {} -if minetest.registered_items["ethereal:fish_raw"] then - follow = { - "ethereal:fish_raw", - "animalia:poultry_raw" - } +for _, item in ipairs({ + "ethereal:fish_raw", + "ethereal:fish_cod", + "ethereal:fish_cichlid", + "animalia:poultry_raw", +}) do + table.insert(follow, item) end creatura.register_mob("animalia:cat", {