forked from epCode/extra_mobs
fix crash while strider dies with rider
This commit is contained in:
parent
075878b4c3
commit
b2be1326d3
|
@ -142,11 +142,11 @@ local strider = {
|
|||
self.saddle = "yes"
|
||||
self.tamed = true
|
||||
self.drops = {
|
||||
{name = mobs_mc.string,
|
||||
{name = "mcl_mobitems:string",
|
||||
chance = 1,
|
||||
min = 1,
|
||||
max = 3,},
|
||||
{name = mobs_mc.items.saddle,
|
||||
{name = "mcl_mobitems:saddle",
|
||||
chance = 1,
|
||||
min = 1,
|
||||
max = 1,},
|
||||
|
|
Loading…
Reference in New Issue