change drops

This commit is contained in:
TenPlus1 2018-07-13 19:06:18 +01:00
parent fc0475c7ec
commit f0a2a8ac05
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ mobs:register_mob("mob_horse:horse", {
water_damage = 1,
makes_footstep_sound = true,
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)