mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-26 12:00:21 +02:00
added ability to protect tamed animals
This commit is contained in:
@ -56,6 +56,7 @@ mobs:register_mob("mobs_animal:chicken", {
|
||||
return
|
||||
end
|
||||
|
||||
mobs:protect(self, clicker)
|
||||
mobs:capture_mob(self, clicker, 30, 50, 80, false, nil)
|
||||
end,
|
||||
|
||||
|
Reference in New Issue
Block a user