forked from mtcontrib/mobs_animal
change some animal drops
This commit is contained in:
2
cow.lua
2
cow.lua
@ -31,7 +31,7 @@ mobs:register_mob("mobs_animal:cow", {
|
||||
jump_height = 6,
|
||||
drops = {
|
||||
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
|
||||
{name = "mobs:leather", chance = 1, min = 1, max = 2},
|
||||
{name = "mobs:leather", chance = 1, min = 0, max = 2},
|
||||
},
|
||||
water_damage = 1,
|
||||
lava_damage = 5,
|
||||
|
Reference in New Issue
Block a user