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
|
@ -21,7 +21,7 @@ mobs:register_mob("mobs_mc:cow", {
|
|||
walk_velocity = 1,
|
||||
armor = 100,
|
||||
drops = {
|
||||
{name = "mcl_mobitems:beef_raw",
|
||||
{name = "mcl_mobitems:beef",
|
||||
chance = 1,
|
||||
min = 1,
|
||||
max = 3,},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue