on_breed spawns child a little higher
This commit is contained in:
parent
70b562c371
commit
cf18cd43de
4
api.lua
4
api.lua
@ -25,7 +25,7 @@ local use_cmi = minetest.global_exists("cmi")
|
||||
|
||||
mobs = {
|
||||
mod = "redo",
|
||||
version = "20230607",
|
||||
version = "20230609",
|
||||
intllib = S,
|
||||
invis = minetest.global_exists("invisibility") and invisibility or {}
|
||||
}
|
||||
@ -1392,7 +1392,7 @@ function mob_class:breed()
|
||||
local pos = self.object:get_pos() ; if not pos then return end
|
||||
local ent = self.object:get_luaentity()
|
||||
|
||||
pos.y = pos.y + (ent.collisionbox[2] * -1) - 0.4
|
||||
pos.y = pos.y + (ent.collisionbox[2] * -1)
|
||||
|
||||
self.object:set_pos(pos)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user