Fix chicken, cow and sheep not dropping food
This commit is contained in:
parent
23edc81f9d
commit
293fb66073
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ mobs:register_mob("mobs_mc:chicken", {
|
|||
walk_velocity = 1,
|
||||
armor = 100,
|
||||
drops = {
|
||||
{name = "mcl_mobitems:chicken_raw",
|
||||
{name = "mcl_mobitems:chicken",
|
||||
chance = 1,
|
||||
min = 1,
|
||||
max = 1,},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue