mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 05:21:40 -04:00
Update owl.lua
The Libri specifically says owls hunt rats, so they should actually do so.
This commit is contained in:
parent
2b58e6f59d
commit
9dfb9e4f74
1 changed files with 4 additions and 1 deletions
|
@ -69,6 +69,9 @@ creatura.register_mob("animalia:owl", {
|
|||
catch_with_net = true,
|
||||
catch_with_lasso = false,
|
||||
roost_action = animalia.action_roost,
|
||||
attack_list = {
|
||||
"animalia:rat"
|
||||
},
|
||||
|
||||
-- Functions
|
||||
on_eat_drop = function(self)
|
||||
|
@ -166,4 +169,4 @@ creatura.register_mob("animalia:owl", {
|
|||
creatura.register_spawn_item("animalia:owl", {
|
||||
col1 = "412918",
|
||||
col2 = "735b46"
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue