mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -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 --
|
-- 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", {
|
||||||
|
|
Loading…
Add table
Reference in a new issue