mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
do not tame villagers
This commit is contained in:
parent
a5ba8f739f
commit
028d1c1f4f
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ mobs:register_mob("mobs_mc:villager", {
|
|||
end
|
||||
end
|
||||
if clicker then
|
||||
mobs:feed_tame(self, clicker, 1, true, true)
|
||||
mobs:feed_tame(self, clicker, 1, true, false)
|
||||
return
|
||||
end
|
||||
return true --do not pick up
|
||||
|
|
Loading…
Reference in a new issue