added ability to protect tamed animals

This commit is contained in:
TenPlus1
2016-11-08 16:11:49 +00:00
parent 3776506b2f
commit 7215a670a8
6 changed files with 11 additions and 2 deletions

View File

@ -73,6 +73,7 @@ mobs:register_mob("mobs_animal:bunny", {
return
end
mobs:protect(self, clicker)
mobs:capture_mob(self, clicker, 30, 50, 80, false, nil)
end,