This commit is contained in:
DustyDave961 2024-11-10 07:53:53 -06:00 committed by GitHub
commit ab49bc4779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -81,6 +81,9 @@ creatura.register_mob("animalia:cat", {
-- Behavior Parameters
is_skittish_mob = true,
attack_list = {
"animalia:rat"
},
-- Animalia Props
flee_puncher = true,

View file

@ -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)

View file

@ -1,6 +1,6 @@
name = animalia
depends = creatura
optional_depends = default, mcl_player, farming, 3d_armor
description = Adds unique and consistantly designed Animals
description = Adds unique and consistently designed Animals
title = Animalia
author = ElCeejo