forked from mtcontrib/mob_horse
change drops
This commit is contained in:
parent
fc0475c7ec
commit
f0a2a8ac05
2
init.lua
2
init.lua
@ -41,7 +41,7 @@ mobs:register_mob("mob_horse:horse", {
|
|||||||
water_damage = 1,
|
water_damage = 1,
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mobs:meat_raw", chance = 1, min = 2, max = 3}
|
{name = "mobs:leather", chance = 1, min = 0, max = 2}
|
||||||
},
|
},
|
||||||
|
|
||||||
do_custom = function(self, dtime)
|
do_custom = function(self, dtime)
|
||||||
|
Loading…
Reference in New Issue
Block a user