mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Merge 9dfb9e4f74
into 259e741282
This commit is contained in:
commit
ab49bc4779
3 changed files with 8 additions and 2 deletions
|
@ -81,6 +81,9 @@ creatura.register_mob("animalia:cat", {
|
||||||
|
|
||||||
-- Behavior Parameters
|
-- Behavior Parameters
|
||||||
is_skittish_mob = true,
|
is_skittish_mob = true,
|
||||||
|
attack_list = {
|
||||||
|
"animalia:rat"
|
||||||
|
},
|
||||||
|
|
||||||
-- Animalia Props
|
-- Animalia Props
|
||||||
flee_puncher = true,
|
flee_puncher = true,
|
||||||
|
|
|
@ -69,6 +69,9 @@ creatura.register_mob("animalia:owl", {
|
||||||
catch_with_net = true,
|
catch_with_net = true,
|
||||||
catch_with_lasso = false,
|
catch_with_lasso = false,
|
||||||
roost_action = animalia.action_roost,
|
roost_action = animalia.action_roost,
|
||||||
|
attack_list = {
|
||||||
|
"animalia:rat"
|
||||||
|
},
|
||||||
|
|
||||||
-- Functions
|
-- Functions
|
||||||
on_eat_drop = function(self)
|
on_eat_drop = function(self)
|
||||||
|
|
2
mod.conf
2
mod.conf
|
@ -1,6 +1,6 @@
|
||||||
name = animalia
|
name = animalia
|
||||||
depends = creatura
|
depends = creatura
|
||||||
optional_depends = default, mcl_player, farming, 3d_armor
|
optional_depends = default, mcl_player, farming, 3d_armor
|
||||||
description = Adds unique and consistantly designed Animals
|
description = Adds unique and consistently designed Animals
|
||||||
title = Animalia
|
title = Animalia
|
||||||
author = ElCeejo
|
author = ElCeejo
|
||||||
|
|
Loading…
Add table
Reference in a new issue