Reduce number of breeding food items to 1
This commit is contained in:
parent
bb5045db10
commit
d60d68f878
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue