diff --git a/mobs/owl.lua b/mobs/owl.lua index c30be37..fdd925c 100644 --- a/mobs/owl.lua +++ b/mobs/owl.lua @@ -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" -}) \ No newline at end of file +})