1
0
Fork 0

do not tame villagers

This commit is contained in:
cora 2022-05-22 14:43:11 +02:00
parent a5ba8f739f
commit 028d1c1f4f
1 changed files with 1 additions and 1 deletions

View File

@ -1259,7 +1259,7 @@ mobs:register_mob("mobs_mc:villager", {
end end
end end
if clicker then if clicker then
mobs:feed_tame(self, clicker, 1, true, true) mobs:feed_tame(self, clicker, 1, true, false)
return return
end end
return true --do not pick up return true --do not pick up