mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 05:21:40 -04:00
Add more ethereal fish for cute cats
This commit is contained in:
parent
7d5e475245
commit
92268365f6
1 changed files with 8 additions and 8 deletions
16
mobs/cat.lua
16
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", {
|
||||
|
|
Loading…
Add table
Reference in a new issue