Reduce number of breeding food items to 1

This commit is contained in:
Wuzzy 2017-02-23 18:20:24 +01:00
parent bb5045db10
commit d60d68f878
4 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ mobs:register_mob("mobs_mc:cow", {
on_rightclick = function(self, clicker)
-- feed or tame
if mobs:feed_tame(self, clicker, 8, true, true) then
if mobs:feed_tame(self, clicker, 1, true, true) then
return
end