Rats and Bee's when caught return standard craftitem, not special egg

This commit is contained in:
TenPlus1
2017-02-01 13:07:25 +00:00
parent 6be32681f1
commit 08924ee1a3
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ mobs:register_mob("mobs_animal:bee", {
walk_end = 65,
},
on_rightclick = function(self, clicker)
mobs:capture_mob(self, clicker, 25, 80, 0, true, nil)
mobs:capture_mob(self, clicker, 50, 90, 0, true, "mobs_animal:bee")
end,
})