Add more ethereal fish for cute cats

This commit is contained in:
1F616EMO 2024-12-27 09:19:57 +08:00
parent 7d5e475245
commit 92268365f6
No known key found for this signature in database
GPG key ID: EF52EFA8E05859B2

View file

@ -2,15 +2,15 @@
-- Cat -- -- Cat --
--------- ---------
local follow = { local follow = {}
"animalia:poultry_raw"
}
if minetest.registered_items["ethereal:fish_raw"] then for _, item in ipairs({
follow = { "ethereal:fish_raw",
"ethereal:fish_raw", "ethereal:fish_cod",
"animalia:poultry_raw" "ethereal:fish_cichlid",
} "animalia:poultry_raw",
}) do
table.insert(follow, item)
end end
creatura.register_mob("animalia:cat", { creatura.register_mob("animalia:cat", {