Fix horse child keeping horse armor of parent

This commit is contained in:
Wuzzy 2018-05-30 12:34:16 +02:00
parent 806e392d31
commit 940b3748fb
2 changed files with 37 additions and 1 deletions

View file

@ -197,6 +197,7 @@ mobs:register_mob("mobs_mc:pig", {
},
})
local ent = mob:get_luaentity()
-- tamed and owned by parents' owner
ent.child = true
ent.tamed = true