forked from VoxeLibre/VoxeLibre
Fix horse drop
This commit is contained in:
parent
5035ef9438
commit
bd436aa9b0
|
@ -204,10 +204,10 @@ mobs:register_mob("mobs_mc:horse", {
|
||||||
walk_velocity = 1,
|
walk_velocity = 1,
|
||||||
armor = 200,
|
armor = 200,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mcl_mobitems:meat_raw",
|
{name = "mcl_mobitems:leather",
|
||||||
chance = 1,
|
chance = 1,
|
||||||
min = 2,
|
min = 0,
|
||||||
max = 3,},
|
max = 2,},
|
||||||
},
|
},
|
||||||
drawtype = "front",
|
drawtype = "front",
|
||||||
water_damage = 1,
|
water_damage = 1,
|
||||||
|
|
Loading…
Reference in New Issue