Fix sheep drops for real this time

This commit is contained in:
Wuzzy 2017-02-23 14:13:50 +01:00
parent 5d0a102010
commit e62b91a70a
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ mobs:register_mob("mobs_mc:sheep", {
walk_velocity = 1,
armor = 100,
drops = {
{name = "mcl_mobs:mutton",
{name = "mcl_mobitems:mutton",
chance = 1,
min = 1,
max = 2,},
@ -112,7 +112,7 @@ print(item:get_name(), minetest.get_item_group(item:get_name(), "dye"))
})
self.color = pname
self.drops = {
{name = "mcl_mobs:mutton",
{name = "mcl_mobitems:mutton",
chance = 1,
min = 1,
max = 2,},