Fix horse child keeping horse armor of parent
This commit is contained in:
parent
806e392d31
commit
940b3748fb
2 changed files with 37 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue