forked from mtcontrib/mobs_animal
added ability to protect tamed animals
This commit is contained in:
@ -48,6 +48,7 @@ mobs:register_mob("mobs_animal:kitten", {
|
||||
return
|
||||
end
|
||||
|
||||
mobs:protect(self, clicker)
|
||||
mobs:capture_mob(self, clicker, 50, 50, 90, false, nil)
|
||||
end
|
||||
})
|
||||
|
Reference in New Issue
Block a user