forked from VoxeLibre/VoxeLibre
Fix sheep drops for real this time
This commit is contained in:
parent
5d0a102010
commit
e62b91a70a
|
@ -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,},
|
||||
|
|
Loading…
Reference in New Issue