Fix horse drop

This commit is contained in:
Wuzzy 2017-01-28 12:44:41 +01:00
parent 5035ef9438
commit bd436aa9b0
1 changed files with 3 additions and 3 deletions

View File

@ -204,10 +204,10 @@ mobs:register_mob("mobs_mc:horse", {
walk_velocity = 1,
armor = 200,
drops = {
{name = "mcl_mobitems:meat_raw",
{name = "mcl_mobitems:leather",
chance = 1,
min = 2,
max = 3,},
min = 0,
max = 2,},
},
drawtype = "front",
water_damage = 1,